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

Function getPendingRequestPath

src/utils/swarm/permissionSync.ts:146–148  ·  view source on GitHub ↗

* Get the path to a pending request file

(teamName: string, requestId: string)

Source from the content-addressed store, hash-verified

144 * Get the path to a pending request file
145 */
146function getPendingRequestPath(teamName: string, requestId: string): string {
147 return join(getPendingDir(teamName), `${requestId}.json`)
148}
149
150/**
151 * Get the path to a resolved request file

Callers 2

writePermissionRequestFunction · 0.85
resolvePermissionFunction · 0.85

Calls 1

getPendingDirFunction · 0.85

Tested by

no test coverage detected