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

Function getInitialSettings

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

Source from the content-addressed store, hash-verified

897 * @returns Merged settings from all available sources (always returns at least empty object)
898 */
899export function getInitialSettings(): SettingsJson {
900 const { settings } = getSettingsWithErrors()
901 return settings || {}
902}
903
904/**
905 * @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
getValueFunction · 0.50
getInitialEffortSettingFunction · 0.50
getAttributionTextsFunction · 0.50
getEnhancedPRAttributionFunction · 0.50
isClaudeMdExcludedFunction · 0.50
betas.tsFile · 0.50
getOrCreateWorktreeFunction · 0.50

Calls 1

getSettingsWithErrorsFunction · 0.85

Tested by

no test coverage detected