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