MCPcopy Create free account
hub / github.com/Noumena-Network/code / setAllowedSettingSources

Function setAllowedSettingSources

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

Source from the content-addressed store, hash-verified

1244}
1245
1246export function setAllowedSettingSources(sources: SettingSource[]): void {
1247 STATE.allowedSettingSources = sources
1248}
1249
1250export function preferThirdPartyAuthentication(): boolean {
1251 // IDE extension should behave as 1P for authentication reasons.

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected