Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Logicalshift/flo_draw
/ decode_move
Function
decode_move
canvas/src/decoding.rs:1786–1788 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1784
1785
#[test]
1786
fn decode_move() {
1787
check_round_trip_single(Draw::Path(PathOp::Move(10.0, 15.0)));
1788
}
1789
1790
#[test]
1791
fn decode_line() {
Callers
1
decode
Method · 0.85
Calls
1
check_round_trip_single
Function · 0.85
Tested by
no test coverage detected