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

Function test_symbol_database_6

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

Source from the content-addressed store, hash-verified

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; }')
86
87def test_symbol_database_7(tmpdir):
88 __check_symbol_database(tmpdir, 'struct S {int x;}; void f(struct S *s) {}')

Callers

nothing calls this directly

Calls 1

__check_symbol_databaseFunction · 0.85

Tested by

no test coverage detected