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

Function test_symbol_database_4

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

Source from the content-addressed store, hash-verified

76 __check_symbol_database(tmpdir, 'struct Fred { int a; }; int b; void f(int c, int d) { int e; }')
77
78def test_symbol_database_4(tmpdir):
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);')

Callers

nothing calls this directly

Calls 1

__check_symbol_databaseFunction · 0.85

Tested by

no test coverage detected