MCPcopy Create free account
hub / github.com/NodeDB-Lab/nodedb / generate_handle

Function generate_handle

nodedb/src/control/security/session_handle/store.rs:265–267  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

263}
264
265fn generate_handle() -> String {
266 crate::control::security::random::generate_tagged_random_hex("nds_")
267}
268
269#[cfg(test)]
270mod tests {

Callers 2

createMethod · 0.85

Calls 1