Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
EmailConfigurator
Function · 0.80
preference
Method · 0.80
enable_hwcodec_option
Function · 0.80
enable_vram_option
Function · 0.80
get_size
Function · 0.80
streams_from_response
Function · 0.80
on_create_session_response
Function · 0.80
on_start_response
Function · 0.80
set_option
Method · 0.80
set_permanent_password
Method · 0.80
get_permanent_password
Method · 0.80
get_socks_from_custom_client_advanced_settings
Method · 0.80
Calls
6
get_string
Method · 0.80
get_double_string
Method · 0.80
get_after
Method · 0.80
to_string
Method · 0.80
clone
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected