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

Method caller

core/control-panel/impl/src/core/call_context.rs:54–56  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

52 }
53
54 pub fn caller(&self) -> Principal {
55 self._caller
56 }
57
58 /// Checks if the caller is the current canister.
59 pub fn is_self(&self) -> bool {

Callers 9

get_userMethod · 0.45
delete_userMethod · 0.45
set_user_activeMethod · 0.45
deploy_stationMethod · 0.45
loggerFunction · 0.45
register_userMethod · 0.45
can_deploy_stationMethod · 0.45
assert_user_accessMethod · 0.45
deploy_stationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected