MCPcopy
hub / github.com/codeaashu/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

logStartupTelemetryFunction · 0.85
runFunction · 0.85
logTenguInitFunction · 0.85
getValueFunction · 0.85
AutoUpdaterFunction · 0.85
NativeAutoUpdaterFunction · 0.85
AnimatedAsteriskFunction · 0.85
LogoV2Function · 0.85
useClawdAnimationFunction · 0.85
_tempFunction · 0.85
ConfigFunction · 0.85

Calls 1

getSettingsWithErrorsFunction · 0.85

Tested by

no test coverage detected