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

Method is_invoke_pattern_supported

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

Source from the content-addressed store, hash-verified

569 }
570
571 fn is_invoke_pattern_supported(&self) -> bool {
572 self.0.is_invocable(&filter)
573 }
574
575 fn is_value_pattern_supported(&self) -> bool {
576 if self.0.supports_url() {

Callers

nothing calls this directly

Calls 1

is_invocableMethod · 0.80

Tested by

no test coverage detected