Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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 {
Callers
10
resolve_binding
Function · 0.45
variable_length_expansion_dedups_nodes_across_paths
Function · 0.45
variable_length_expansion_includes_source_at_zero_hops
Function · 0.45
variable_length_expansion_exact_length_returns_only_that_depth
Function · 0.45
variable_length_expansion_caps_frontier_per_hop
Function · 0.45
run
Function · 0.45
snapshot_edge_iteration
Function · 0.45
snapshot_degree
Function · 0.45
extract_edge_properties
Function · 0.45
extract_edge_properties_from_store
Function · 0.45
Calls
1
get
Method · 0.45
Tested by
7
variable_length_expansion_dedups_nodes_across_paths
Function · 0.36
variable_length_expansion_includes_source_at_zero_hops
Function · 0.36
variable_length_expansion_exact_length_returns_only_that_depth
Function · 0.36
variable_length_expansion_caps_frontier_per_hop
Function · 0.36
snapshot_edge_iteration
Function · 0.36
snapshot_degree
Function · 0.36
extract_edge_properties_from_store
Function · 0.36