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

Function _build

tests/test_indirect_dispatch.py:45–49  ·  view source on GitHub ↗
(tmp_path)

Source from the content-addressed store, hash-verified

43
44
45def _build(tmp_path):
46 (tmp_path / "dispatch.py").write_text(SRC)
47 r = extract_python(tmp_path / "dispatch.py")
48 nid = {n["label"].rstrip("()"): n["id"] for n in r["nodes"]} # labels are "handler()"
49 return r, nid
50
51
52def _rels(r, relation):

Calls 1

extract_pythonFunction · 0.90

Tested by

no test coverage detected