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

Method delay

src/config/system.rs:23–25  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

21
22impl AutoConfig {
23 pub(crate) fn delay(&self) -> f32 {
24 self.delay
25 }
26
27 pub(crate) fn is_wait(&self) -> bool {
28 self.is_wait

Callers 1

load_autoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected