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