pub fn is_controller(caller: UserId, controllers: &Controllers) -> bool
Checks if a caller is a controller.
caller
UserId
controllers
true if the caller is a controller (not anonymous, calling itself or one of the known controllers), otherwise false.
true
false