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

Method delay

src/config/user.rs:33–35  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

31 }
32
33 pub(crate) fn delay(&self) -> f32 {
34 self.auto.delay()
35 }
36
37 pub(crate) fn is_wait(&self) -> bool {
38 self.auto.is_wait()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected