Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/opentrace/opentrace
/ flush
Method
flush
agent/src/opentrace_agent/pipeline/adapters.py:77–79 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
75
self._flush_rels()
76
77
def
flush(self) -> None:
78
self._flush_nodes()
79
self._flush_rels()
80
81
def
close(self) -> None:
82
self.flush()
Callers
6
_run_indexing_pipeline
Function · 0.95
close
Method · 0.95
index_and_benchmark
Function · 0.95
indexed_go_store
Function · 0.95
indexed_python_store
Function · 0.95
_index_fixture
Function · 0.95
Calls
2
_flush_nodes
Method · 0.95
_flush_rels
Method · 0.95
Tested by
3
indexed_go_store
Function · 0.76
indexed_python_store
Function · 0.76
_index_fixture
Function · 0.76