Searched refs:supernode_at_depth (Results 1 – 3 of 3) sorted by relevance
137 while let Ok(supernode) = node.supernode_at_depth(depth) { in node_supernode_at_depth()
162 pub fn supernode_at_depth(&self, depth: usize) -> Result<Self> { in supernode_at_depth() method
345 let fragment_node = dtbo_node.supernode_at_depth(1)?; in locate_overlay_target_path()