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