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

Function test_c_finds_includes

tests/test_languages.py:70–72  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 assert any("main" in l for l in labels)
69
70def test_c_finds_includes():
71 r = extract_c(FIXTURES / "sample.c")
72 assert "imports" in _relations(r)
73
74def test_c_emits_calls():
75 r = extract_c(FIXTURES / "sample.c")

Callers

nothing calls this directly

Calls 2

extract_cFunction · 0.90
_relationsFunction · 0.85

Tested by

no test coverage detected