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

Function canManageAccess

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

Source from the content-addressed store, hash-verified

28}
29
30export function canManageAccess(role: CollabRole): boolean {
31 return role === "owner";
32}
33
34export function canTransferOwnership(role: CollabRole): boolean {
35 return role === "owner";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected