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

Class CharacterVolumeConfig

src/config/character_volume.rs:9–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7
8#[derive(Debug, Deserialize, Serialize)]
9pub(crate) struct CharacterVolumeConfig {
10 #[serde(flatten)]
11 pub(crate) volumes: HashMap<String, f32>,
12}
13
14impl CharacterVolumeConfig {
15 pub(crate) fn default_from_engine() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected