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

Function test_symbol_database_5

test/cli/clang-import_test.py:81–82  ·  view source on GitHub ↗
(tmpdir)

Source from the content-addressed store, hash-verified

79 __check_symbol_database(tmpdir, 'void f(const int x) {}')
80
81def test_symbol_database_5(tmpdir):
82 __check_symbol_database(tmpdir, 'void f(int);')
83
84def test_symbol_database_6(tmpdir):
85 __check_symbol_database(tmpdir, 'inline static int foo(int x) { return x; }')

Callers

nothing calls this directly

Calls 1

__check_symbol_databaseFunction · 0.85

Tested by

no test coverage detected