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

Method set_data

std/src/gfx/lcd/buffered/tests.rs:261–263  ·  view source on GitHub ↗
(&mut self, _x1y1: LcdXY, _x2y2: LcdXY, _data: &[u8])

Source from the content-addressed store, hash-verified

259 }
260
261 fn set_data(&mut self, _x1y1: LcdXY, _x2y2: LcdXY, _data: &[u8]) -> io::Result<()> {
262 Ok(())
263 }
264}
265
266#[test]

Callers 3

fillMethod · 0.45
force_present_canvasMethod · 0.45
put_pixelsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected