MCPcopy 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

interfacesMethod · 0.45

Calls 3

supports_urlMethod · 0.80
NodeWrapperClass · 0.70
resolveMethod · 0.45

Tested by

no test coverage detected