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

Method push_str

std/src/console/linebuffer.rs:123–125  ·  view source on GitHub ↗

Appends the given string `s` to the buffer.

(&mut self, s: &LineBuffer)

Source from the content-addressed store, hash-verified

121
122 /// Appends the given string `s` to the buffer.
123 pub fn push_str(&mut self, s: &LineBuffer) {
124 self.line.push_str(&s.line);
125 }
126
127 /// Splits the buffer in two parts at the position `at`.
128 ///

Callers 15

execMethod · 0.80
as_sourceMethod · 0.80
disasmMethod · 0.80
describeMethod · 0.80
format_oneMethod · 0.80
read_sourcesFunction · 0.80
diffFunction · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80
execMethod · 0.80

Calls

no outgoing calls

Tested by 15

execMethod · 0.64
read_sourcesFunction · 0.64
diffFunction · 0.64
execMethod · 0.64
execMethod · 0.64
execMethod · 0.64
execMethod · 0.64
execMethod · 0.64
execMethod · 0.64
execMethod · 0.64
execMethod · 0.64
execMethod · 0.64