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

Function _relations

tests/test_languages.py:30–31  ·  view source on GitHub ↗
(r)

Source from the content-addressed store, hash-verified

28 return [n["label"] for n in r["nodes"]]
29
30def _relations(r):
31 return {e["relation"] for e in r["edges"]}
32
33def _calls(r):
34 node_by_id = {n["id"]: n["label"] for n in r["nodes"]}

Calls

no outgoing calls

Tested by

no test coverage detected