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

Function test_cpp_finds_methods

tests/test_languages.py:175–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173 assert any("HttpClient" in l for l in _labels(r))
174
175def test_cpp_finds_methods():
176 r = extract_cpp(FIXTURES / "sample.cpp")
177 labels = _labels(r)
178 # C++ extractor captures the constructor and public-visible methods
179 assert any("HttpClient" in l for l in labels)
180
181def test_cpp_finds_includes():
182 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