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

Class NodeWrapper

platforms/atspi-common/src/node.rs:35–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33};
34
35pub(crate) struct NodeWrapper<'a>(pub(crate) &'a Node<'a>);
36
37impl NodeWrapper<'_> {
38 pub(crate) fn name(&self) -> Option<String> {

Callers 15

add_nodeMethod · 0.70
remove_nodeMethod · 0.70
node_updatedMethod · 0.70
focus_movedMethod · 0.70
add_childrenMethod · 0.70
register_treeMethod · 0.70
resolve_for_selectionMethod · 0.70
nameMethod · 0.70
descriptionMethod · 0.70
cache_nodeMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected