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

Function _extract

tests/test_indirect_dispatch.py:94–98  ·  view source on GitHub ↗
(tmp_path, src)

Source from the content-addressed store, hash-verified

92# ── Soundness: the guards that kill the PR's false positives ──────────────────
93
94def _extract(tmp_path, src):
95 (tmp_path / "m.py").write_text(src)
96 r = extract_python(tmp_path / "m.py")
97 nid = {n["label"].rstrip("()"): n["id"] for n in r["nodes"]}
98 return r, nid
99
100
101PARAM_SHADOW = '''\

Calls 1

extract_pythonFunction · 0.90

Tested by

no test coverage detected