(&self)
| 66 | } |
| 67 | |
| 68 | pub(crate) fn character_name_list(&self) -> HashSet<&String> { |
| 69 | self.character.name_list() |
| 70 | } |
| 71 | |
| 72 | pub(crate) fn character_full_name_list(&self) -> HashSet<&String> { |
| 73 | self.character.full_name_list() |
no test coverage detected