Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ get_key_confirmed
Method
get_key_confirmed
libs/hbb_common/src/config.rs:834–836 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
832
}
833
834
pub fn get_key_confirmed() -> bool {
835
CONFIG.read().unwrap().key_confirmed
836
}
837
838
pub fn set_key_confirmed(v: bool) {
839
let mut config = CONFIG.write().unwrap();
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected