MCPcopy 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

upgradeMethod · 0.80
clamped_upgradeMethod · 0.80
line_startMethod · 0.80
line_endMethod · 0.80
nextMethod · 0.80
next_backMethod · 0.80
controlsMethod · 0.80
active_descendantMethod · 0.80

Calls

no outgoing calls

Tested by 1