MCPcopy
hub / github.com/opentrace/opentrace / save_relationship

Method save_relationship

agent/src/opentrace_agent/pipeline/store.py:27–27  ·  view source on GitHub ↗
(self, rel: GraphRelationship)

Source from the content-addressed store, hash-verified

25class Store(Protocol):
26 def save_node(self, node: GraphNode) -> None: ...
27 def save_relationship(self, rel: GraphRelationship) -> None: ...
28 def flush(self) -> None: ...
29
30

Callers 2

savingFunction · 0.45

Calls

no outgoing calls

Tested by 1