MCPcopy Index your code
hub / github.com/claude-code-best/claude-code / getAllowedSettingSources

Function getAllowedSettingSources

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

Source from the content-addressed store, hash-verified

1202}
1203
1204export function getAllowedSettingSources(): SettingSource[] {
1205 return STATE.allowedSettingSources
1206}
1207
1208export function setAllowedSettingSources(sources: SettingSource[]): void {
1209 STATE.allowedSettingSources = sources

Callers 1

getEnabledSettingSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected