MCPcopy
hub / github.com/claude-code-best/claude-code / configPath

Function configPath

packages/weixin/src/pairing.ts:15–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13}
14
15function configPath(): string {
16 return join(getStateDir(), 'access.json')
17}
18
19function pendingPath(): string {
20 return join(getStateDir(), 'pending-pairings.json')

Callers 2

loadAccessConfigFunction · 0.85
saveAccessConfigFunction · 0.85

Calls 1

getStateDirFunction · 0.85

Tested by

no test coverage detected