MCPcopy 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
329fn now_secs() -> u64 {
330 crate::control::security::time::now_secs()
331}
332
333/// Hex-encode a byte slice (lowercase).
334fn hex_encode(bytes: &[u8]) -> String {

Callers 8

create_key_innerMethod · 0.70
verifyMethod · 0.70
touchMethod · 0.70
rotateMethod · 0.70
list_for_userMethod · 0.70
list_allMethod · 0.70
generate_key_idFunction · 0.70
generate_secretFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected