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

Method fill_missing

src/config/character_volume.rs:25–29  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

23 }
24
25 pub(crate) fn fill_missing(&mut self) {
26 for name in ENGINE_CONFIG.character_full_name_list() {
27 self.volumes.entry(name.clone()).or_insert(100.0);
28 }
29 }
30
31 pub(crate) fn from_weak(weak: Weak<MainWindow>) -> Self {
32 if let Some(window) = weak.upgrade() {

Callers 1

load_user_configFunction · 0.80

Calls 1

Tested by

no test coverage detected