Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
decode
Method · 0.85
Calls
2
check_round_trip_single
Function · 0.85
BlendMode
Enum · 0.70
Tested by
no test coverage detected