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

Method voice_path

src/config/mod.rs:44–46  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

42 }
43
44 pub(crate) fn voice_path(&self) -> &str {
45 &self.initialize.voice_path
46 }
47
48 pub(crate) fn bgm_path(&self) -> &str {
49 &self.initialize.bgm_path

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected