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

Function setAllowedSettingSources

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

Source from the content-addressed store, hash-verified

1206}
1207
1208export function setAllowedSettingSources(sources: SettingSource[]): void {
1209 STATE.allowedSettingSources = sources
1210}
1211
1212export function preferThirdPartyAuthentication(): boolean {
1213 // IDE extension should behave as 1P for authentication reasons.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected