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

Method read_pixels

std/src/console/drawing.rs:506–508  ·  view source on GitHub ↗
(&mut self, _xy: PixelsXY, _size: SizeInPixels)

Source from the content-addressed store, hash-verified

504 }
505
506 fn read_pixels(&mut self, _xy: PixelsXY, _size: SizeInPixels) -> io::Result<Self::ID> {
507 unimplemented!();
508 }
509
510 fn put_pixels(&mut self, _xy: PixelsXY, _data: &Self::ID) -> io::Result<()> {
511 unimplemented!();

Callers 2

draw_cursorMethod · 0.45
enter_altMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected