MCPcopy Create free account
hub / github.com/Eeive/Evcode-ide / line_len_chars

Method line_len_chars

src/editor/buffer.rs:79–81  ·  view source on GitHub ↗
(&self, line: usize)

Source from the content-addressed store, hash-verified

77 }
78
79 pub fn line_len_chars(&self, line: usize) -> usize {
80 self.document.line_len_chars(line)
81 }
82
83 pub fn line_text(&self, line: usize) -> Option<String> {
84 self.document.line_text(line)

Callers 7

clamp_to_documentMethod · 0.45
move_leftMethod · 0.45
move_rightMethod · 0.45
move_upMethod · 0.45
move_downMethod · 0.45
move_endMethod · 0.45
move_bottomMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected