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

Method caller_is_controller

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

Source from the content-addressed store, hash-verified

79 }
80
81 pub fn caller_is_controller(&self) -> bool {
82 is_controller(&self.caller)
83 }
84}
85
86#[cfg(test)]

Callers 1

Calls 1

is_controllerFunction · 0.85

Tested by

no test coverage detected