MCPcopy Create free account
hub / github.com/claude-code-best/claude-code / getInitialSettings

Function getInitialSettings

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

Source from the content-addressed store, hash-verified

810 * @returns Merged settings from all available sources (always returns at least empty object)
811 */
812export function getInitialSettings(): SettingsJson {
813 const { settings } = getSettingsWithErrors()
814 return settings || {}
815}
816
817/**
818 * @deprecated Use getInitialSettings() instead. This alias exists for backwards compatibility.

Callers 15

applySettingsChangeFunction · 0.70
getSettingsWithSourcesFunction · 0.70
logStartupTelemetryFunction · 0.50
runFunction · 0.50
logTenguInitFunction · 0.50
AutoUpdaterFunction · 0.50
NativeAutoUpdaterFunction · 0.50
AnimatedAsteriskFunction · 0.50
LogoV2Function · 0.50
useClawdAnimationFunction · 0.50
VoiceModeNoticeInnerFunction · 0.50

Calls 1

getSettingsWithErrorsFunction · 0.85

Tested by

no test coverage detected