MCPcopy
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_pipelineFunction · 0.95
closeMethod · 0.95
index_and_benchmarkFunction · 0.95
indexed_go_storeFunction · 0.95
indexed_python_storeFunction · 0.95
_index_fixtureFunction · 0.95

Calls 2

_flush_nodesMethod · 0.95
_flush_relsMethod · 0.95

Tested by 3

indexed_go_storeFunction · 0.76
indexed_python_storeFunction · 0.76
_index_fixtureFunction · 0.76