MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getPermissionDir

Function getPermissionDir

src/utils/swarm/permissionSync.ts:112–114  ·  view source on GitHub ↗
(teamName: string)

Source from the content-addressed store, hash-verified

110 * Path: ~/.claude/teams/{teamName}/permissions/
111 */
112export function getPermissionDir(teamName: string): string {
113 return join(getTeamDir(teamName), 'permissions')
114}
115
116/**
117 * Get the pending directory for a team

Callers 3

getPendingDirFunction · 0.85
getResolvedDirFunction · 0.85

Calls 1

getTeamDirFunction · 0.85

Tested by

no test coverage detected