MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / figure_default

Function figure_default

src/executors/executor.rs:33–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31 Index((String, i32)),
32}
33
34fn parse_position(position: &str, distance: &str) -> (f32, f32, f32) {
35 let (width_ratio, default_base_y) = match distance {
36 "z1" => (0.34, 0.125), // 1/8
37 "no" => (0.25, 0.16667), // 1/6
38 _ => (0.34, 0.125),

Callers 2

show_moveMethod · 0.85
clean_fgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected