MCPcopy Create free account
hub / github.com/AccessKit/accesskit / children

Method children

consumer/src/node.rs:164–170  ·  view source on GitHub ↗
(
        &self,
    )

Source from the content-addressed store, hash-verified

162 }
163
164 pub fn children(
165 &self,
166 ) -> impl DoubleEndedIterator<Item = Node<'a>> + ExactSizeIterator + use<'a> {
167 let state = self.tree_state;
168 self.child_ids()
169 .map(move |id| state.node_by_id(id).unwrap())
170 }
171
172 pub fn filtered_children<F: Fn(&Node) -> FilterResult>(
173 &self,

Callers 15

add_nodeMethod · 0.80
updateMethod · 0.80
traverse_unreachableMethod · 0.80
traverse_subtreeMethod · 0.80
node_updatedMethod · 0.80
newMethod · 0.80
nextMethod · 0.80
next_backMethod · 0.80
next_filtered_siblingFunction · 0.80
child_idsMethod · 0.80
deepest_first_childMethod · 0.80

Calls 3

mapMethod · 0.80
child_idsMethod · 0.80
node_by_idMethod · 0.80

Tested by

no test coverage detected