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

Method description

platforms/atspi-common/src/node.rs:46–48  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

44 }
45
46 pub(crate) fn description(&self) -> Option<String> {
47 self.0.description()
48 }
49
50 pub(crate) fn parent_id(&self) -> Option<NodeId> {
51 self.0.parent_id()

Callers 2

cache_nodeMethod · 0.45

Calls 2

NodeWrapperClass · 0.70
resolveMethod · 0.45

Tested by

no test coverage detected