Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ is_hidden
Method
is_hidden
consumer/src/node.rs:440–442 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
438
}
439
440
pub fn is_hidden(&self) -> bool {
441
self.fetch_inherited_flag(NodeData::is_hidden)
442
}
443
444
pub fn level(&self) -> Option<usize> {
445
self.data().level()
Callers
2
common_filter_base
Function · 0.80
test_tree_filter
Function · 0.80
Calls
1
fetch_inherited_flag
Method · 0.80
Tested by
1
test_tree_filter
Function · 0.64