Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
25
class
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
saving
Function · 0.45
test_save_relationship_after_nodes
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_save_relationship_after_nodes
Method · 0.36