Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
654
def
headReport(resultsPath: str) -> str:
655
return
summaryReport(resultsPath,
'HEAD'
,
'head'
, HEAD_MARKER)
656
657
658
def
infoReport(resultsPath: str) -> str:
Callers
1
run
Method · 0.85
Calls
1
summaryReport
Function · 0.85
Tested by
no test coverage detected