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

Method name_list

src/config/initialize.rs:25–27  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

23 }
24
25 pub(crate) fn name_list(&self) -> HashSet<&String> {
26 self.0.keys().collect()
27 }
28
29 pub(crate) fn full_name_list(&self) -> HashSet<&String> {
30 self.0.values().collect()

Callers 1

character_name_listMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected