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

Method get

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

Source from the content-addressed store, hash-verified

453 }
454
455 pub fn get() -> Config2 {
456 return CONFIG2.read().unwrap().clone();
457 }
458
459 pub fn set(cfg: Config2) -> bool {
460 let mut lock = CONFIG2.write().unwrap();

Callers 15

EmailConfiguratorFunction · 0.80
preferenceMethod · 0.80
enable_hwcodec_optionFunction · 0.80
enable_vram_optionFunction · 0.80
get_sizeFunction · 0.80
streams_from_responseFunction · 0.80
on_start_responseFunction · 0.80
set_optionMethod · 0.80

Calls 6

get_stringMethod · 0.80
get_double_stringMethod · 0.80
get_afterMethod · 0.80
to_stringMethod · 0.80
cloneMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected