MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / cppcheck

Function cppcheck

test/cli/testutils.py:251–253  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

249
250
251def cppcheck(*args, **kwargs):
252 return_code, stdout, stderr, _ = cppcheck_ex(*args, **kwargs)
253 return return_code, stdout, stderr
254
255
256def assert_cppcheck(args, ec_exp=None, out_exp=None, err_exp=None, env=None, cwd=None):

Callers 15

test_missing_projectFunction · 0.90
__test_project_errorFunction · 0.90
test_misra_pyFunction · 0.90
test_helpFunction · 0.90
test_cweFunction · 0.90
test_hashFunction · 0.90
test_empty_catch_blockFunction · 0.90
test_show_all_definesFunction · 0.90

Calls 1

cppcheck_exFunction · 0.85

Tested by

no test coverage detected