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
32pub(crate) enum Jump {
33 Label(Label),
34 Index((String, i32)),
35}
36
37fn parse_position(position: &str, distance: &str) -> (f32, f32, f32) {
38 let (width_ratio, default_base_y) = match distance {

Callers 2

show_moveMethod · 0.85
clean_fgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected