pub fn controller_can_write(caller: UserId, controllers: &Controllers) -> boolExpand description
Checks if a caller is a controller with admin or write scope (permissions).
§Arguments
caller:UserIdof the caller.controllers: Reference to the current set of controllers.
§Returns
true if the caller is a controller (not anonymous, calling itself or one of the known write or admin controllers), otherwise false.