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

Function test_cpp_finds_includes

tests/test_languages.py:181–183  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

179 assert any("HttpClient" in l for l in labels)
180
181def test_cpp_finds_includes():
182 r = extract_cpp(FIXTURES / "sample.cpp")
183 assert "imports" in _relations(r)
184
185
186def test_cpp_import_edges_have_import_context():

Callers

nothing calls this directly

Calls 2

extract_cppFunction · 0.90
_relationsFunction · 0.70

Tested by

no test coverage detected