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

Method write_text

std/src/console/drawing.rs:523–525  ·  view source on GitHub ↗
(&mut self, _xy: PixelsXY, _text: &str)

Source from the content-addressed store, hash-verified

521 }
522
523 fn write_text(&mut self, _xy: PixelsXY, _text: &str) -> io::Result<()> {
524 unimplemented!();
525 }
526
527 fn draw_circle(&mut self, _center: PixelsXY, _radius: u16) -> io::Result<()> {
528 unimplemented!();

Callers 1

raw_write_wrappedMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected