MCPcopy Create free account
hub / github.com/Noumena-Network/code / getLegacyUserSettingsFilePath

Function getLegacyUserSettingsFilePath

src/utils/settings/settings.ts:290–292  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

288}
289
290function getLegacyUserSettingsFilePath(): string {
291 return join(getLegacyClaudeConfigHomeDir(), getUserSettingsFilePath())
292}
293
294function getCanonicalRelativeSettingsFilePathForSource(
295 source: 'projectSettings' | 'localSettings',

Calls 1

getUserSettingsFilePathFunction · 0.85

Tested by

no test coverage detected