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

Method find

src/config/voice.rs:28–30  ·  view source on GitHub ↗
(&self, name: &str)

Source from the content-addressed store, hash-verified

26fn load_voice() -> VoiceLength {
27 let mut voice_length = HashMap::new();
28 for char in &ENGINE_CONFIG.character_name_list() {
29 let content = fs::read_to_string(format!(
30 "{}{}/length.toml",
31 ENGINE_CONFIG.voice_path(),
32 char
33 ))

Callers 2

apply_commandMethod · 0.45
show_fgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected