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

Method is_empty

std/src/console/linebuffer.rs:72–74  ·  view source on GitHub ↗

Checks if this buffer is empty or not.

(&self)

Source from the content-addressed store, hash-verified

70
71 /// Checks if this buffer is empty or not.
72 pub fn is_empty(&self) -> bool {
73 self.line.is_empty()
74 }
75
76 /// Gets a view on the underlying bytes held by this buffer.
77 ///

Callers 14

refillFunction · 0.45
refill_manyFunction · 0.45
fill_polygonFunction · 0.45
execMethod · 0.45
redraw_lineMethod · 0.45
do_eof_or_deleteMethod · 0.45
finishMethod · 0.45
newMethod · 0.45
read_line_rawFunction · 0.45
add_output_bytesMethod · 0.45
read_key_from_stdinFunction · 0.45
initMethod · 0.45

Calls

no outgoing calls

Tested by 2

initMethod · 0.36
finishMethod · 0.36