Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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()
Callers
9
forward_to_format_start
Method · 0.80
forward_to_word_start
Method · 0.80
forward_to_page_start
Method · 0.80
forward_to_page_end
Method · 0.80
text_position_at_point
Method · 0.80
text_position_from_global_usv_index
Method · 0.80
text_position_from_global_utf16_index
Method · 0.80
move_forward_to_start
Function · 0.80
move_forward_to_end
Function · 0.80
Calls
1
document_end_inner
Method · 0.80
Tested by
no test coverage detected