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

Function headReport

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

Source from the content-addressed store, hash-verified

652
653
654def headReport(resultsPath: str) -> str:
655 return summaryReport(resultsPath, 'HEAD', 'head', HEAD_MARKER)
656
657
658def infoReport(resultsPath: str) -> str:

Callers 1

runMethod · 0.85

Calls 1

summaryReportFunction · 0.85

Tested by

no test coverage detected