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