Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ test_language_h
Function
test_language_h
test/cli/dumpfile_test.py:74–75 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
72
73
# headers default to C
74
def
test_language_h(tmp_path):
75
__test_language(tmp_path,
'h'
, exp_lang=
'c'
)
76
77
78
def
test_language_h_force_c(tmp_path):
Callers
nothing calls this directly
Calls
1
__test_language
Function · 0.85
Tested by
no test coverage detected