(updates: PermissionUpdate[] | undefined)
| 43 | } |
| 44 | |
| 45 | export function hasRules(updates: PermissionUpdate[] | undefined): boolean { |
| 46 | return extractRules(updates).length > 0 |
| 47 | } |
| 48 | |
| 49 | /** |
| 50 | * Applies a single permission update to the context and returns the updated context |
no test coverage detected