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

Function decode_blend_mode

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

Source from the content-addressed store, hash-verified

1864
1865 #[test]
1866 fn decode_blend_mode() {
1867 check_round_trip_single(Draw::BlendMode(BlendMode::Lighten));
1868 }
1869
1870 #[test]
1871 fn decode_identity_transform() {

Callers 1

decodeMethod · 0.85

Calls 2

check_round_trip_singleFunction · 0.85
BlendModeEnum · 0.70

Tested by

no test coverage detected