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

Class Character

src/config/initialize.rs:18–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16
17#[derive(Debug, Deserialize, Serialize)]
18pub(crate) struct Character(HashMap<String, String>);
19
20impl Character {
21 pub(crate) fn list(&self) -> &HashMap<String, String> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected