Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
load
Function · 0.85
store
Method · 0.80
Tested by
no test coverage detected