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

Method default

src/config/user.rs:24–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

22
23impl UserConfig {
24 fn default() -> Self {
25 UserConfig {
26 auto: AutoConfig::default(),
27 text: TextConfig::default(),
28 volume: VolumeConfig::default(),
29 character_volume: CharacterVolumeConfig::default_from_engine(),
30 }
31 }
32
33 pub(crate) fn delay(&self) -> f32 {
34 self.auto.delay()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected