MCPcopy Create free account
hub / github.com/Logicalshift/flo_draw / decode_clear_canvas

Function decode_clear_canvas

canvas/src/decoding.rs:1926–1928  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1924
1925 #[test]
1926 fn decode_clear_canvas() {
1927 check_round_trip_single(Draw::ClearCanvas(Color::Rgba(0.1, 0.2, 0.3, 0.4)));
1928 }
1929
1930 #[test]
1931 fn decode_layer() {

Callers 1

decodeMethod · 0.85

Calls 1

check_round_trip_singleFunction · 0.85

Tested by

no test coverage detected