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

Function test_cpp_finds_class

tests/test_languages.py:171–173  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

169 assert "error" not in r
170
171def test_cpp_finds_class():
172 r = extract_cpp(FIXTURES / "sample.cpp")
173 assert any("HttpClient" in l for l in _labels(r))
174
175def test_cpp_finds_methods():
176 r = extract_cpp(FIXTURES / "sample.cpp")

Callers

nothing calls this directly

Calls 2

extract_cppFunction · 0.90
_labelsFunction · 0.70

Tested by

no test coverage detected