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

Function getResolvedDir

src/utils/swarm/permissionSync.ts:126–128  ·  view source on GitHub ↗

* Get the resolved directory for a team

(teamName: string)

Source from the content-addressed store, hash-verified

124 * Get the resolved directory for a team
125 */
126function getResolvedDir(teamName: string): string {
127 return join(getPermissionDir(teamName), 'resolved')
128}
129
130/**
131 * Ensure the permissions directory structure exists (async)

Callers 3

getResolvedRequestPathFunction · 0.85
cleanupOldResolutionsFunction · 0.85

Calls 1

getPermissionDirFunction · 0.85

Tested by

no test coverage detected