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

Method move_pixels

std/src/console/drawing.rs:514–521  ·  view source on GitHub ↗
(
            &mut self,
            _x1y1: PixelsXY,
            _x2y2: PixelsXY,
            _size: SizeInPixels,
        )

Source from the content-addressed store, hash-verified

512 }
513
514 fn move_pixels(
515 &mut self,
516 _x1y1: PixelsXY,
517 _x2y2: PixelsXY,
518 _size: SizeInPixels,
519 ) -> io::Result<()> {
520 unimplemented!();
521 }
522
523 fn write_text(&mut self, _xy: PixelsXY, _text: &str) -> io::Result<()> {
524 unimplemented!();

Callers 1

open_lineMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected