Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ live
Method
live
consumer/src/node.rs:889–893 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
887
}
888
889
pub fn live(&self) -> Live {
890
self.data()
891
.live()
892
.unwrap_or_else(|| self.parent().map_or(Live::Off, |parent| parent.live()))
893
}
894
895
pub fn is_selected(&self) -> Option<bool> {
896
self.data().is_selected()
Callers
nothing calls this directly
Calls
2
data
Method · 0.80
parent
Method · 0.45
Tested by
no test coverage detected