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

Function test_symbol_database_7

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

Source from the content-addressed store, hash-verified

85 __check_symbol_database(tmpdir, 'inline static int foo(int x) { return x; }')
86
87def test_symbol_database_7(tmpdir):
88 __check_symbol_database(tmpdir, 'struct S {int x;}; void f(struct S *s) {}')
89
90def test_symbol_database_class_access_1(tmpdir):
91 __check_symbol_database(tmpdir, 'class Fred { void foo ( ) {} } ;')

Callers

nothing calls this directly

Calls 1

__check_symbol_databaseFunction · 0.85

Tested by

no test coverage detected