Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
notify_failed_station_upgrade
Method · 0.80
Calls
1
is_controller
Function · 0.85
Tested by
no test coverage detected