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

Method node_name_raw

nodedb/src/engine/graph/olap/snapshot.rs:234–236  ·  view source on GitHub ↗
(&self, dense_id: u32)

Source from the content-addressed store, hash-verified

232 // ── Raw u32 API (in-partition algorithm use — no tag validation) ──
233
234 pub fn node_name_raw(&self, dense_id: u32) -> &str {
235 &self.id_to_node[dense_id as usize]
236 }
237
238 pub fn node_id_raw(&self, name: &str) -> Option<u32> {
239 self.node_to_id.get(name).copied()

Callers 15

execute_tripleFunction · 0.45
binding_compatibleFunction · 0.45
bind_nodeFunction · 0.45
expand_variable_lengthFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45
runFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected