MCPcopy Create free account
hub / github.com/dfinity/orbit / caller

Method caller

core/station/impl/src/core/call_context.rs:64–66  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

62 }
63
64 pub fn caller(&self) -> Principal {
65 self.caller
66 }
67
68 // return reference to user
69 pub fn user(&self) -> Option<&User> {

Callers 9

meMethod · 0.45
list_notificationsMethod · 0.45
list_requestsMethod · 0.45
create_requestMethod · 0.45
remove_adminMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected