Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
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
}
36
37
fn parse_position(position: &str, distance: &str) -> (f32, f32, f32) {
38
let (width_ratio, default_base_y) = match distance {
39
"z1"
=> (0.34, 0.125), // 1/8
40
"no"
=> (0.25, 0.16667), // 1/6
41
_ => (0.34, 0.125),
42
};
Callers
2
show_move
Method · 0.85
clean_fg
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected