(role: CollabRole)
| 36 | } |
| 37 | |
| 38 | export function canAddAnnotations(role: CollabRole): boolean { |
| 39 | return hasPermission(role, "collaborator"); |
| 40 | } |
| 41 | |
| 42 | export function canChangeRole( |
| 43 | actorRole: CollabRole, |
nothing calls this directly
no test coverage detected