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

Class Body

src/config/figure.rs:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21type FigureConfigRef<'a> = (
22 Option<&'a HashMap<String, f32>>,
23 Option<&'a HashMap<String, (f32, f32)>>,
24 Option<&'a f32>,
25);
26
27#[derive(Debug, Deserialize, Serialize)]
28pub(crate) struct FigureConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected