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

Method node_id_raw

nodedb/src/engine/graph/olap/snapshot.rs:238–240  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

236 }
237
238 pub fn node_id_raw(&self, name: &str) -> Option<u32> {
239 self.node_to_id.get(name).copied()
240 }
241
242 /// Out-degree of a node (raw dense index).
243 pub fn out_degree_raw(&self, node: u32) -> usize {

Calls 1

getMethod · 0.45