Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ is_selected
Method
is_selected
platforms/android/src/node.rs:69–71 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
67
}
68
69
fn is_selected(&self) -> bool {
70
self.0.is_selected().unwrap_or(false)
71
}
72
73
fn content_description(&self) -> Option<String> {
74
self.0.label()
Callers
11
add_node
Method · 0.45
remove_node
Method · 0.45
node_updated
Method · 0.45
state
Method · 0.45
n_selected_children
Method · 0.45
selected_child
Method · 0.45
select_child
Method · 0.45
deselect_selected_child
Method · 0.45
is_child_selected
Method · 0.45
deselect_child
Method · 0.45
populate_node_info
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected