MCPcopy 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
23function getProjectSettingsPath() {
24 return join(CWD, '.claude', 'settings.json')
25}
26
27function getLocalSettingsPath() {
28 return join(CWD, '.claude', 'settings.local.json')

Callers 1

handleAPIFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected