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

Method character_list

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

Source from the content-addressed store, hash-verified

74 }
75
76 pub(crate) fn character_list(&self) -> &HashMap<String, String> {
77 self.character.list()
78 }
79}
80
81fn load_engine_config() -> EngineConfig {

Callers 1

apply_commandMethod · 0.80

Calls 1

listMethod · 0.80

Tested by

no test coverage detected