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

Function getAllowedSettingSources

src/bootstrap/state.ts:1226–1228  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1224}
1225
1226export function getAllowedSettingSources(): SettingSource[] {
1227 return STATE.allowedSettingSources
1228}
1229
1230export function setAllowedSettingSources(sources: SettingSource[]): void {
1231 STATE.allowedSettingSources = sources

Callers 1

getEnabledSettingSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected