MCPcopy Create free account
hub / github.com/CodeGraphContext/CodeGraphContext / _edge

Function _edge

tests/unit/core/test_bundle_edge_zero_id.py:32–33  ·  view source on GitHub ↗
(from_id: str, to_id: str)

Source from the content-addressed store, hash-verified

30
31
32def _edge(from_id: str, to_id: str) -> dict:
33 return {"from": from_id, "to": to_id, "type": "CONTAINS", "properties": {}}
34
35
36def test_edge_from_node_mapped_to_zero_is_imported():

Calls

no outgoing calls

Tested by

no test coverage detected