Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ with_same_tree
Method
with_same_tree
consumer/src/node.rs:37–39 ·
view source on GitHub ↗
(&self, local_id: LocalNodeId)
Source
from the content-addressed store, hash-verified
35
}
36
37
pub(crate) fn with_same_tree(&self, local_id: LocalNodeId) -> Self {
38
Self(self.0, local_id)
39
}
40
41
pub(crate) fn to_components(self) -> (LocalNodeId, TreeIndex) {
42
(self.1, self.0)
Callers
9
upgrade
Method · 0.80
clamped_upgrade
Method · 0.80
line_start
Method · 0.80
line_end
Method · 0.80
next
Method · 0.80
next_back
Method · 0.80
controls
Method · 0.80
active_descendant
Method · 0.80
with_same_tree_preserves_tree_index
Function · 0.80
Calls
no outgoing calls
Tested by
1
with_same_tree_preserves_tree_index
Function · 0.64