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

Method label

consumer/src/node.rs:731–734  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

729 }
730
731 pub fn label(&self) -> Option<String> {
732 let mut result = String::new();
733 self.write_label(&mut result).unwrap().then_some(result)
734 }
735
736 pub fn has_label(&self) -> bool {
737 if self.data().label().is_some() {

Callers 3

node_updatedMethod · 0.45
has_labelMethod · 0.45
write_label_directMethod · 0.45

Calls 1

write_labelMethod · 0.80

Tested by

no test coverage detected