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

Class CgConfig

src/config/cg.rs:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8
9lazy_static::lazy_static! {
10 pub(crate) static ref CG_CONFIG: CgConfig = load_cg();
11}
12
13#[derive(Debug, Deserialize)]
14struct CgEntry {
15 index: usize,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected