MCPcopy Create free account
hub / github.com/AdRoll/rustenstein / CompShape

Class CompShape

src/cache.rs:212–216  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210
211#[derive(Debug)]
212pub struct CompShape {
213 pub left_pix: u16,
214 pub right_pix: u16,
215 pub dataofs: Vec<u16>,
216}
217
218pub fn init() -> Cache {
219 let huff_file = fs::read(DATADIR.to_owned() + "/VGADICT.WL1")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected