MCPcopy 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_dataMethod · 0.80
captureMethod · 0.80
test_overwrite_settingsFunction · 0.80
decMethod · 0.80
mainFunction · 0.80

Calls 1

storeMethod · 0.80

Tested by 1

test_overwrite_settingsFunction · 0.64