Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ id
Method
id
consumer/src/node.rs:380–382 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
378
}
379
380
pub fn id(&self) -> NodeId {
381
self.id
382
}
383
384
pub fn locate(&self) -> (LocalNodeId, TreeId) {
385
self.tree_state.locate_node(self.id).unwrap()
Callers
15
test_tree_filter
Function · 0.45
process_changes
Method · 0.45
node_added
Method · 0.45
node_updated
Method · 0.45
node_removed
Method · 0.45
focus_moved
Method · 0.45
comparable
Method · 0.45
eq
Method · 0.45
to_global_usv_index
Method · 0.45
to_global_utf16_index
Method · 0.45
partial_cmp
Method · 0.45
walk
Method · 0.45
Calls
no outgoing calls
Tested by
1
test_tree_filter
Function · 0.36