Checks if the caller is a controller.
(&self)
| 62 | |
| 63 | /// Checks if the caller is a controller. |
| 64 | pub fn is_controller(&self) -> bool { |
| 65 | is_controller(&self._caller) |
| 66 | } |
| 67 | |
| 68 | /// Checks if the caller is an admin. |
| 69 | pub fn is_admin(&self) -> bool { |
no test coverage detected