Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ test_language_unk_force_c
Function
test_language_unk_force_c
test/cli/dumpfile_test.py:91–92 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
89
90
91
def
test_language_unk_force_c(tmp_path):
92
__test_language(tmp_path,
'src'
, force_lang=
'c'
, exp_lang=
'c'
)
93
94
95
def
test_language_unk_force_cpp(tmp_path):
Callers
nothing calls this directly
Calls
1
__test_language
Function · 0.85
Tested by
no test coverage detected