Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ test_cmd_enforce_cpp
Function
test_cmd_enforce_cpp
test/cli/clang-import_test.py:211–212 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
209
210
211
def
test_cmd_enforce_cpp(tmp_path):
# #13128
212
__test_cmd(tmp_path,
'test.c'
,[
'-x'
,
'c++'
],
'-x c++'
)
213
214
215
def
test_cmd_std_c(tmp_path):
# #13129
Callers
nothing calls this directly
Calls
1
__test_cmd
Function · 0.85
Tested by
no test coverage detected