Function indexer::access::is_controller

source ·
pub fn is_controller() -> bool
Expand description

Checks if the caller is a controller of the canister.

§Returns

  • bool - true if the caller is a controller, false otherwise.