MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_cpp_no_error

Function test_cpp_no_error

tests/test_languages.py:167–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165# ── C++ ───────────────────────────────────────────────────────────────────────
166
167def test_cpp_no_error():
168 r = extract_cpp(FIXTURES / "sample.cpp")
169 assert "error" not in r
170
171def test_cpp_finds_class():
172 r = extract_cpp(FIXTURES / "sample.cpp")

Callers

nothing calls this directly

Calls 1

extract_cppFunction · 0.90

Tested by

no test coverage detected