Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ list
Method
list
src/config/initialize.rs:21–23 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
19
20
impl Character {
21
pub(crate) fn list(&self) -> &HashMap<String, String> {
22
&self.0
23
}
24
25
pub(crate) fn name_list(&self) -> HashSet<&String> {
26
self.0.keys().collect()
Callers
1
character_list
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected