MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getCapabilityDir

Function getCapabilityDir

src/utils/udsMessaging.ts:154–156  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152}
153
154function getCapabilityDir(): string {
155 return join(getClaudeConfigHomeDir(), 'messaging-capabilities')
156}
157
158function getCapabilityPath(socket: string): string {
159 const digest = createHash('sha256').update(socket).digest('hex')

Callers 2

getCapabilityPathFunction · 0.85
writeCapabilityFileFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected