MCPcopy 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_filterFunction · 0.45
process_changesMethod · 0.45
node_addedMethod · 0.45
node_updatedMethod · 0.45
node_removedMethod · 0.45
focus_movedMethod · 0.45
comparableMethod · 0.45
eqMethod · 0.45
to_global_usv_indexMethod · 0.45
to_global_utf16_indexMethod · 0.45
partial_cmpMethod · 0.45
walkMethod · 0.45

Calls

no outgoing calls

Tested by 1

test_tree_filterFunction · 0.36