MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getManagedSettingsFilePath

Function getManagedSettingsFilePath

src/utils/settings/settings.ts:58–60  ·  view source on GitHub ↗

* Get the path to the managed settings file based on the current platform

()

Source from the content-addressed store, hash-verified

56 * Get the path to the managed settings file based on the current platform
57 */
58function getManagedSettingsFilePath(): string {
59 return join(getManagedFilePath(), 'managed-settings.json')
60}
61
62/**
63 * Load file-based managed settings: managed-settings.json + managed-settings.d/*.json.

Callers 3

loadManagedFileSettingsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected