MCPcopy 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_nodeMethod · 0.45
remove_nodeMethod · 0.45
node_updatedMethod · 0.45
stateMethod · 0.45
n_selected_childrenMethod · 0.45
selected_childMethod · 0.45
select_childMethod · 0.45
is_child_selectedMethod · 0.45
deselect_childMethod · 0.45
populate_node_infoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected