MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / headMessageIdReport

Function headMessageIdReport

tools/donate-cpu-server.py:699–700  ·  view source on GitHub ↗
(resultPath: str, messageId: str, query_params: dict)

Source from the content-addressed store, hash-verified

697
698
699def headMessageIdReport(resultPath: str, messageId: str, query_params: dict) -> str:
700 return messageIdReport(resultPath, HEAD_MARKER, messageId, query_params)
701
702
703def infoMessageIdReport(resultPath: str, messageId: str, query_params: dict) -> str:

Callers 1

runMethod · 0.85

Calls 1

messageIdReportFunction · 0.85

Tested by

no test coverage detected