MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / push

Method push

nodedb-cluster/tests/common/rebalancer.rs:29–31  ·  view source on GitHub ↗
(&self, m: LoadMetrics)

Source from the content-addressed store, hash-verified

27 }
28
29 pub fn push(&self, m: LoadMetrics) {
30 self.metrics.lock().unwrap().push(m);
31 }
32}
33
34#[async_trait]

Callers 15

parse_pagerank_rowsFunction · 0.45
parse_vector_search_jsonFunction · 0.45
graph_traverse_implMethod · 0.45
build_graph_stats_sqlFunction · 0.45
text_search_implMethod · 0.45
vector_search_implMethod · 0.45
query_rawMethod · 0.45
simple_query_rawMethod · 0.45
graph_shortest_pathMethod · 0.45
parse_search_resultsFunction · 0.45

Calls 1

lockMethod · 0.80

Tested by

no test coverage detected