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

Function test_c_no_error

tests/test_languages.py:120–122  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

118# ── C ────────────────────────────────────────────────────────────────────────
119
120def test_c_no_error():
121 r = extract_c(FIXTURES / "sample.c")
122 assert "error" not in r
123
124def test_c_finds_functions():
125 r = extract_c(FIXTURES / "sample.c")

Callers

nothing calls this directly

Calls 1

extract_cFunction · 0.90

Tested by

no test coverage detected