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

Method voice

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

Source from the content-addressed store, hash-verified

31 }
32
33 pub(crate) fn voice(&self) -> f32 {
34 self.voice
35 }
36
37 pub(crate) fn from_weak(weak: Weak<MainWindow>) -> Self {
38 if let Some(window) = weak.upgrade() {

Callers 1

voice_volumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected