Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ test_language_c_force_cpp
Function
test_language_c_force_cpp
test/cli/dumpfile_test.py:57–58 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
55
56
57
def
test_language_c_force_cpp(tmp_path):
58
__test_language(tmp_path,
'c'
, force_lang=
'c++'
, exp_lang=
'cpp'
)
59
60
61
def
test_language_cpp(tmp_path):
Callers
nothing calls this directly
Calls
1
__test_language
Function · 0.85
Tested by
no test coverage detected