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

Method save_path

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

Source from the content-addressed store, hash-verified

62 }
63
64 pub(crate) fn save_path(&self) -> &str {
65 &self.initialize.save_path
66 }
67
68 pub(crate) fn character_name_list(&self) -> HashSet<&String> {
69 self.character.name_list()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected