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

Method is_wait

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

Source from the content-addressed store, hash-verified

35 }
36
37 pub(crate) fn is_wait(&self) -> bool {
38 self.auto.is_wait()
39 }
40
41 pub(crate) fn main_volume(&self) -> f32 {
42 self.volume.main()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected