Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Recordscript/recordscript
/ get_serial
Method
get_serial
libs/hbb_common/src/config.rs:798–800 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
796
}
797
798
pub fn get_serial() -> i32 {
799
std::cmp::max(CONFIG2.read().unwrap().serial, SERIAL)
800
}
801
802
fn get_auto_id() -> Option<String> {
803
#[cfg(any(target_os =
"android"
, target_os =
"ios"
))]
Callers
nothing calls this directly
Calls
1
read
Method · 0.45
Tested by
no test coverage detected