| 16 | |
| 17 | #[derive(Debug, Deserialize, Serialize)] |
| 18 | pub(crate) struct Character(HashMap<String, String>); |
| 19 | |
| 20 | impl Character { |
| 21 | pub(crate) fn list(&self) -> &HashMap<String, String> { |
nothing calls this directly
no outgoing calls
no test coverage detected