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

Function test_symbol_database_1

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

Source from the content-addressed store, hash-verified

67
68
69def test_symbol_database_1(tmpdir):
70 __check_symbol_database(tmpdir, 'int main(){return 0;}')
71
72def test_symbol_database_2(tmpdir):
73 __check_symbol_database(tmpdir, 'struct Foo { void f(); }; void Foo::f() {}')

Callers

nothing calls this directly

Calls 1

__check_symbol_databaseFunction · 0.85

Tested by

no test coverage detected