Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
35
pub(crate) struct NodeWrapper<
'a>(pub(crate) &'
a Node<'a>);
36
37
impl NodeWrapper<'_> {
38
pub(crate) fn name(&self) -> Option<String> {
Callers
15
add_node
Method · 0.70
remove_node
Method · 0.70
node_updated
Method · 0.70
focus_moved
Method · 0.70
add_children
Method · 0.70
register_tree
Method · 0.70
resolve_for_selection_with_context
Method · 0.70
resolve_for_text_with_context
Method · 0.70
resolve_for_selection
Method · 0.70
name
Method · 0.70
description
Method · 0.70
cache_node
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected