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

Method csr_partition_mut

nodedb/src/data/executor/core_loop/graph_partition.rs:24–26  ·  view source on GitHub ↗
(&mut self, tid: u64)

Source from the content-addressed store, hash-verified

22 /// node names inside that partition.
23 #[inline]
24 pub(in crate::data::executor) fn csr_partition_mut(&mut self, tid: u64) -> &mut CsrIndex {
25 self.csr.get_or_create(TenantId::new(tid))
26 }
27
28 /// Mark `node_id` as deleted within the caller's tenant. Used by
29 /// PointDelete cascade so subsequent `EdgePut` to the same node is

Callers 11

dispatch_graphMethod · 0.80
execute_edge_putMethod · 0.80
execute_edge_deleteMethod · 0.80
execute_bulk_deleteMethod · 0.80
execute_truncateMethod · 0.80
maybe_register_edgeMethod · 0.80
execute_point_deleteMethod · 0.80
tx_point_deleteMethod · 0.80
apply_undo_edgeMethod · 0.80

Calls 1

get_or_createMethod · 0.45

Tested by

no test coverage detected