Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
15
function
configPath(): string {
16
return
join(getStateDir(),
'access.json'
)
17
}
18
19
function
pendingPath(): string {
20
return
join(getStateDir(),
'pending-pairings.json'
)
Callers
2
loadAccessConfig
Function · 0.85
saveAccessConfig
Function · 0.85
Calls
1
getStateDir
Function · 0.85
Tested by
no test coverage detected