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

Function getPendingDir

src/utils/swarm/permissionSync.ts:119–121  ·  view source on GitHub ↗

* Get the pending directory for a team

(teamName: string)

Source from the content-addressed store, hash-verified

117 * Get the pending directory for a team
118 */
119function getPendingDir(teamName: string): string {
120 return join(getPermissionDir(teamName), 'pending')
121}
122
123/**
124 * Get the resolved directory for a team

Callers 5

getPendingRequestPathFunction · 0.85
writePermissionRequestFunction · 0.85
readPendingPermissionsFunction · 0.85
resolvePermissionFunction · 0.85

Calls 1

getPermissionDirFunction · 0.85

Tested by

no test coverage detected