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

Method full_name_list

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

Source from the content-addressed store, hash-verified

27 }
28
29 pub(crate) fn full_name_list(&self) -> HashSet<&String> {
30 self.0.values().collect()
31 }
32}

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected