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

Function __remove_verbose_log

test/cli/other_test.py:24–29  ·  view source on GitHub ↗
(l : list)

Source from the content-addressed store, hash-verified

22
23
24def __remove_verbose_log(l : list):
25 l.remove('Defines:')
26 l.remove('Undefines:')
27 l.remove('Includes:')
28 l.remove('Platform:native')
29 return l
30
31
32def test_missing_include(tmpdir): # #11283

Callers 3

test_addon_namingngFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected