Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
fill
Method · 0.45
force_present_canvas
Method · 0.45
put_pixels
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected