Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AccessKit/accesskit
/ supports_hyperlink
Method
supports_hyperlink
platforms/atspi-common/src/node.rs:441–443 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
439
}
440
441
fn supports_hyperlink(&self) -> bool {
442
self.0.supports_url()
443
}
444
445
fn supports_selection(&self) -> bool {
446
self.0.is_container_with_selectable_children()
Callers
1
interfaces
Method · 0.45
Calls
3
supports_url
Method · 0.80
NodeWrapper
Class · 0.70
resolve
Method · 0.45
Tested by
no test coverage detected