Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/T-Lab-CUHKSZ/claude-code
/ getLocalSettingsPath
Function
getLocalSettingsPath
config-ui/server.ts:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}
26
27
function
getLocalSettingsPath() {
28
return
join(CWD,
'.claude'
,
'settings.local.json'
)
29
}
30
31
function
getMcpConfigPath() {
32
return
join(CWD,
'.mcp.json'
)
Callers
1
handleAPI
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected