MCPcopy
hub / github.com/codeaashu/claude-code / isSettingSourceEnabled

Function isSettingSourceEnabled

src/utils/settings/constants.ts:174–177  ·  view source on GitHub ↗
(source: SettingSource)

Source from the content-addressed store, hash-verified

172 * @returns true if the source should be loaded
173 */
174export function isSettingSourceEnabled(source: SettingSource): boolean {
175 const enabled = getEnabledSettingSources()
176 return enabled.includes(source)
177}
178
179/**
180 * Editable setting sources (excludes policySettings and flagSettings which are read-only)

Calls 1

getEnabledSettingSourcesFunction · 0.85

Tested by

no test coverage detected