MCPcopy 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
77impl ModelKey<UserKey> for User {
78 fn key(&self) -> UserKey {
79 UserKey(self.id)
80 }
81}
82
83impl User {

Callers

nothing calls this directly

Calls 1

UserKeyClass · 0.70

Tested by

no test coverage detected