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

Method label

platforms/ios/src/node.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

62
63impl NodeWrapper<'_> {
64 fn label(&self) -> Option<String> {
65 self.0.label()
66 }
67
68 fn hint(&self) -> Option<String> {
69 self.0.description()

Callers 4

nameMethod · 0.45
content_descriptionMethod · 0.45
wrapper_labelFunction · 0.45
titleMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected