Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ test_cmd_hdr
Function
test_cmd_hdr
test/cli/clang-import_test.py:182–183 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
180
181
# headers are treated as C by default
182
def
test_cmd_hdr(tmp_path):
183
__test_cmd(tmp_path,
'test.h'
, [],
'-x c'
)
184
185
186
def
test_cmd_hdr_probe(tmp_path):
Callers
nothing calls this directly
Calls
1
__test_cmd
Function · 0.85
Tested by
no test coverage detected