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

Method main

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

Source from the content-addressed store, hash-verified

23
24impl VolumeConfig {
25 pub(crate) fn main(&self) -> f32 {
26 self.main
27 }
28
29 pub(crate) fn bgm(&self) -> f32 {
30 self.bgm

Callers 1

main_volumeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected