Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
9
lazy_static::lazy_static! {
10
pub(crate) static ref CG_CONFIG: CgConfig = load_cg();
11
}
12
13
#[derive(Debug, Deserialize)]
14
struct CgEntry {
15
index: usize,
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected