MCPcopy Create free account
hub / github.com/AccessKit/accesskit / is_value_pattern_supported

Method is_value_pattern_supported

platforms/windows/src/node.rs:575–580  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

573 }
574
575 fn is_value_pattern_supported(&self) -> bool {
576 if self.0.supports_url() {
577 return true;
578 }
579 self.0.has_value() && !self.0.label_comes_from_value()
580 }
581
582 fn is_range_value_pattern_supported(&self) -> bool {
583 self.0.numeric_value().is_some()

Callers

nothing calls this directly

Calls 3

supports_urlMethod · 0.80
has_valueMethod · 0.80

Tested by

no test coverage detected