MCPcopy 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)]
75pub struct UserKey(pub UUID);
76
77impl ModelKey<UserKey> for User {
78 fn key(&self) -> UserKey {

Callers 7

keyMethod · 0.70
to_keyMethod · 0.70
get_userMethod · 0.50
register_userMethod · 0.50
find_by_identityMethod · 0.50
check_user_removalFunction · 0.50

Calls

no outgoing calls

Tested by 2

check_user_removalFunction · 0.40