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

Function test_move_pixels_accepts_partial_bottom_margin

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

Source from the content-addressed store, hash-verified

426
427 #[wasm_bindgen_test]
428 fn test_move_pixels_accepts_partial_bottom_margin() {
429 do_move_pixels_test(new_test_raster_ops(5, 26));
430 }
431}

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