Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ clear
Method
clear
libs/hbb_common/src/config.rs:1573–1575 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1571
}
1572
1573
pub fn clear() {
1574
HwCodecConfig::default().store();
1575
}
1576
1577
pub fn clear_ram() {
1578
let mut c = Self::load();
Callers
5
clear_data
Method · 0.80
capture
Method · 0.80
test_overwrite_settings
Function · 0.80
dec
Method · 0.80
main
Function · 0.80
Calls
1
store
Method · 0.80
Tested by
1
test_overwrite_settings
Function · 0.64