MCPcopy Index your code
hub / github.com/endbasic/endbasic / chars

Method chars

std/src/console/linebuffer.rs:47–49  ·  view source on GitHub ↗

Gets and iterator over buffer chars.

(&self)

Source from the content-addressed store, hash-verified

45
46 /// Gets and iterator over buffer chars.
47 pub fn chars(&self) -> Chars<'_> {
48 self.line.chars()
49 }
50
51 /// Returns the end of the string starting at `start_pos`, or an empty string if `start_pos` is
52 /// after the string's end.

Callers 15

refill_and_nextMethod · 0.80
parse_eventFunction · 0.80
add_input_charsMethod · 0.80
byte_index_to_char_indexFunction · 0.80
char_lenFunction · 0.80
execMethod · 0.80
refillFunction · 0.80
refill_manyFunction · 0.80
draw_textFunction · 0.80
sync_renderedMethod · 0.80
add_key_charsMethod · 0.80

Calls

no outgoing calls

Tested by 2

add_input_charsMethod · 0.64