MCPcopy 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
19function getUserSettingsPath() {
20 return join(CLAUDE_DIR, 'settings.json')
21}
22
23function getProjectSettingsPath() {
24 return join(CWD, '.claude', 'settings.json')

Callers 2

handleAPIFunction · 0.85
server.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected