Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ UserKey
Class
UserKey
core/control-panel/impl/src/models/user.rs:75–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
73
#[storable]
74
#[derive(Clone, Debug, Eq, Ord, Hash, PartialEq, PartialOrd)]
75
pub struct UserKey(pub UUID);
76
77
impl ModelKey<UserKey> for User {
78
fn key(&self) -> UserKey {
Callers
7
key
Method · 0.70
to_key
Method · 0.70
get_user
Method · 0.50
register_user
Method · 0.50
find_by_identity
Method · 0.50
check_user_insert_and_get
Function · 0.50
check_user_removal
Function · 0.50
Calls
no outgoing calls
Tested by
2
check_user_insert_and_get
Function · 0.40
check_user_removal
Function · 0.40