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

Method character_name_list

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

Source from the content-addressed store, hash-verified

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()

Callers 2

load_voiceFunction · 0.80
load_figureFunction · 0.80

Calls 1

name_listMethod · 0.80

Tested by

no test coverage detected