MCPcopy
hub / github.com/safishamsi/graphify / test_cpp_no_error

Function test_cpp_no_error

tests/test_languages.py:87–89  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

85# ── C++ ───────────────────────────────────────────────────────────────────────
86
87def test_cpp_no_error():
88 r = extract_cpp(FIXTURES / "sample.cpp")
89 assert "error" not in r
90
91def test_cpp_finds_class():
92 r = extract_cpp(FIXTURES / "sample.cpp")

Callers

nothing calls this directly

Calls 1

extract_cppFunction · 0.90

Tested by

no test coverage detected