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

Method clear_ram

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

Source from the content-addressed store, hash-verified

1575 }
1576
1577 pub fn clear_ram() {
1578 let mut c = Self::load();
1579 c.ram = Default::default();
1580 c.store();
1581 }
1582
1583 pub fn clear_vram() {
1584 let mut c = Self::load();

Callers

nothing calls this directly

Calls 2

loadFunction · 0.85
storeMethod · 0.80

Tested by

no test coverage detected