Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NodeDB-Lab/nodedb
/ now_secs
Function
now_secs
nodedb/src/control/security/auth_apikey.rs:329–331 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
327
}
328
329
fn now_secs() -> u64 {
330
crate::control::security::time::now_secs()
331
}
332
333
/// Hex-encode a byte slice (lowercase).
334
fn hex_encode(bytes: &[u8]) -> String {
Callers
8
create_key_inner
Method · 0.70
verify
Method · 0.70
touch
Method · 0.70
rotate
Method · 0.70
list_for_user
Method · 0.70
list_all
Method · 0.70
generate_key_id
Function · 0.70
generate_secret
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected