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

Method content_description

platforms/android/src/node.rs:73–75  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

71 }
72
73 fn content_description(&self) -> Option<String> {
74 self.0.label()
75 }
76
77 fn url(&self) -> Option<&str> {
78 if self.0.supports_url() || self.0.role() == Role::Image {

Callers 1

populate_node_infoMethod · 0.80

Calls 1

labelMethod · 0.45

Tested by

no test coverage detected