Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfinity/orbit
/ key
Method
key
core/control-panel/impl/src/models/user.rs:78–80 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
76
77
impl ModelKey<UserKey> for User {
78
fn key(&self) -> UserKey {
79
UserKey(self.id)
80
}
81
}
82
83
impl User {
Callers
nothing calls this directly
Calls
1
UserKey
Class · 0.70
Tested by
no test coverage detected