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

Method text

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

Source from the content-addressed store, hash-verified

725 }
726
727 pub fn text(&self) -> String {
728 let mut result = String::new();
729 self.write_text(&mut result).unwrap();
730 result
731 }
732
733 /// Returns the range's transformed bounding boxes relative to the tree's
734 /// container (e.g. window).

Callers

nothing calls this directly

Calls 1

write_textMethod · 0.80

Tested by

no test coverage detected