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

Function infoReport

tools/donate-cpu-server.py:658–659  ·  view source on GitHub ↗
(resultsPath: str)

Source from the content-addressed store, hash-verified

656
657
658def infoReport(resultsPath: str) -> str:
659 return summaryReport(resultsPath, 'HEAD (information)', 'headinfo', INFO_MARKER)
660
661
662def messageIdReport(resultPath: str, marker: str, messageId: str, query_params: dict) -> str:

Callers 1

runMethod · 0.85

Calls 1

summaryReportFunction · 0.85

Tested by

no test coverage detected