Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ character_full_name_list
Method
character_full_name_list
src/config/mod.rs:72–74 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
70
}
71
72
pub(crate) fn character_full_name_list(&self) -> HashSet<&String> {
73
self.character.full_name_list()
74
}
75
76
pub(crate) fn character_list(&self) -> &HashMap<String, String> {
77
self.character.list()
Callers
3
default_from_engine
Method · 0.80
fill_missing
Method · 0.80
load_character_volumes
Method · 0.80
Calls
1
full_name_list
Method · 0.80
Tested by
no test coverage detected