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

Function wrapper_label

platforms/ios/src/node.rs:536–538  ·  view source on GitHub ↗
(node: &NodeBuilder)

Source from the content-addressed store, hash-verified

534 }
535
536 fn wrapper_label(node: &NodeBuilder) -> Option<String> {
537 with_single(node, |n| NodeWrapper(n).label())
538 }
539
540 fn wrapper_hint(node: &NodeBuilder) -> Option<String> {
541 with_single(node, |n| NodeWrapper(n).hint())

Callers

nothing calls this directly

Calls 3

with_singleFunction · 0.85
NodeWrapperClass · 0.70
labelMethod · 0.45

Tested by

no test coverage detected