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

Method new

src/config/cg.rs:15–17  ·  view source on GitHub ↗
(cg: u64)

Source from the content-addressed store, hash-verified

13#[derive(Debug, Deserialize)]
14struct CgEntry {
15 index: usize,
16 length: u64,
17}
18
19#[derive(Debug, Deserialize)]
20struct LengthWrapper {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected