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

Method write

sdl/src/console.rs:189–192  ·  view source on GitHub ↗
(&mut self, text: &str)

Source from the content-addressed store, hash-verified

187 }
188
189 fn write(&mut self, text: &str) -> io::Result<()> {
190 let text = remove_control_chars(text);
191 self.call(Request::Write(text))
192 }
193
194 fn bucket_fill(&mut self, xy: PixelsXY) -> io::Result<()> {
195 self.call(Request::BucketFill(xy))

Callers 6

test_sdl_console_clearFunction · 0.45
test_sdl_console_drawFunction · 0.45
runFunction · 0.45

Calls 2

remove_control_charsFunction · 0.85
callMethod · 0.80

Tested by 5

test_sdl_console_clearFunction · 0.36
test_sdl_console_drawFunction · 0.36