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

Function test_force_present_canvas_no_damage

std/src/gfx/lcd/buffered/tests.rs:182–184  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

180
181#[test]
182fn test_force_present_canvas_no_damage() {
183 Tester::new(size(10, 12)).op(|l| l.force_present_canvas().unwrap()).check();
184}
185
186#[test]
187fn test_force_present_canvas_damage() {

Callers

nothing calls this directly

Calls 4

opMethod · 0.80
force_present_canvasMethod · 0.80
sizeFunction · 0.70
checkMethod · 0.45

Tested by

no test coverage detected