MCPcopy Create free account
hub / github.com/endbasic/endbasic / test_move_pixels_clears_exposed_scroll_area

Function test_move_pixels_clears_exposed_scroll_area

web/src/canvas.rs:423–425  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

421
422 #[wasm_bindgen_test]
423 fn test_move_pixels_clears_exposed_scroll_area() {
424 do_move_pixels_test(new_test_raster_ops(5, 24));
425 }
426
427 #[wasm_bindgen_test]
428 fn test_move_pixels_accepts_partial_bottom_margin() {

Callers

nothing calls this directly

Calls 2

do_move_pixels_testFunction · 0.85
new_test_raster_opsFunction · 0.85

Tested by

no test coverage detected