Check checks whether the current status of the passed-in RoleManager contains logical errors (e.g., cycles in role inheritance). param: rm RoleManager instance return: If an error is found, return a descriptive error; otherwise return nil.
(rm rbac.RoleManager)
| 22 | // param: rm RoleManager instance |
| 23 | // return: If an error is found, return a descriptive error; otherwise return nil. |
| 24 | Check(rm rbac.RoleManager) error |
| 25 | } |
no outgoing calls
no test coverage detected