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

Function canTransferOwnership

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

Source from the content-addressed store, hash-verified

32}
33
34export function canTransferOwnership(role: CollabRole): boolean {
35 return role === "owner";
36}
37
38export function canAddAnnotations(role: CollabRole): boolean {
39 return hasPermission(role, "collaborator");

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected