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

Class AutoConfig

src/config/system.rs:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7#[derive(Debug, Deserialize, Serialize)]
8pub(crate) struct AutoConfig {
9 delay: f32,
10 is_wait: bool,
11}
12
13impl Default for AutoConfig {
14 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected