(&self)
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected