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

Function _edges_with_relation

tests/test_languages.py:53–54  ·  view source on GitHub ↗
(r, *relations)

Source from the content-addressed store, hash-verified

51
52
53def _edges_with_relation(r, *relations):
54 return [e for e in r["edges"] if e["relation"] in relations]
55
56
57def _normalize_symbol_label(label: str) -> str:

Calls

no outgoing calls

Tested by

no test coverage detected