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

Method document_end

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

Source from the content-addressed store, hash-verified

564 }
565
566 pub fn document_end(&self) -> Self {
567 self.root_node.document_end()
568 }
569
570 pub fn document_start(&self) -> Self {
571 self.root_node.document_start()

Calls 1

document_end_innerMethod · 0.80

Tested by

no test coverage detected