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

Function setAllowedSettingSources

src/bootstrap/state.ts:1230–1232  ·  view source on GitHub ↗
(sources: SettingSource[])

Source from the content-addressed store, hash-verified

1228}
1229
1230export function setAllowedSettingSources(sources: SettingSource[]): void {
1231 STATE.allowedSettingSources = sources
1232}
1233
1234export function preferThirdPartyAuthentication(): boolean {
1235 // IDE extension should behave as 1P for authentication reasons.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected