Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ test_cmd_hdr_probe
Function
test_cmd_hdr_probe
test/cli/clang-import_test.py:186–187 ·
view source on GitHub ↗
(tmp_path)
Source
from the content-addressed store, hash-verified
184
185
186
def
test_cmd_hdr_probe(tmp_path):
187
__test_cmd(tmp_path,
'test.h'
, [
'--cpp-header-probe'
],
'-x c++'
,
'// -*- C++ -*-'
)
188
189
190
def
test_cmd_inc(tmp_path):
Callers
nothing calls this directly
Calls
1
__test_cmd
Function · 0.85
Tested by
no test coverage detected