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

Function test_c_no_error

tests/test_languages.py:60–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58# ── C ────────────────────────────────────────────────────────────────────────
59
60def test_c_no_error():
61 r = extract_c(FIXTURES / "sample.c")
62 assert "error" not in r
63
64def test_c_finds_functions():
65 r = extract_c(FIXTURES / "sample.c")

Callers

nothing calls this directly

Calls 1

extract_cFunction · 0.90

Tested by

no test coverage detected