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

Method is_range_value_pattern_supported

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

Source from the content-addressed store, hash-verified

580 }
581
582 fn is_range_value_pattern_supported(&self) -> bool {
583 self.0.numeric_value().is_some()
584 }
585
586 fn value(&self) -> WideString {
587 if let Some(url) = self.0.supports_url().then(|| self.0.url()).flatten() {

Callers

nothing calls this directly

Calls 1

numeric_valueMethod · 0.45

Tested by

no test coverage detected