MCPcopy Create free account
hub / github.com/codeaashu/claude-code / canAddAnnotations

Function canAddAnnotations

web/lib/collaboration/permissions.ts:38–40  ·  view source on GitHub ↗
(role: CollabRole)

Source from the content-addressed store, hash-verified

36}
37
38export function canAddAnnotations(role: CollabRole): boolean {
39 return hasPermission(role, "collaborator");
40}
41
42export function canChangeRole(
43 actorRole: CollabRole,

Callers

nothing calls this directly

Calls 1

hasPermissionFunction · 0.85

Tested by

no test coverage detected