MCPcopy Create free account
hub / github.com/Recordscript/recordscript / clear_vram

Method clear_vram

libs/hbb_common/src/config.rs:1583–1587  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1581 }
1582
1583 pub fn clear_vram() {
1584 let mut c = Self::load();
1585 c.vram = Default::default();
1586 c.store();
1587 }
1588}
1589
1590#[derive(Debug, Default, Serialize, Deserialize, Clone)]

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
storeMethod · 0.80

Tested by

no test coverage detected