MCPcopy Index your code
hub / github.com/RustOtomeLab/RustEng / face_default

Function face_default

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

Source from the content-addressed store, hash-verified

35 "z1" => (0.34, 0.125), // 1/8
36 "no" => (0.25, 0.16667), // 1/6
37 _ => (0.34, 0.125),
38 };
39
40 let (base_x, base_y) = if position.starts_with('(') && position.ends_with(')') {
41 let inner = &position[1..position.len() - 1];
42 let parts: Vec<&str> = inner.split(',').collect();

Callers 2

show_moveMethod · 0.85
clean_fgMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected