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

Function getAllowedSettingSources

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

Source from the content-addressed store, hash-verified

1240}
1241
1242export function getAllowedSettingSources(): SettingSource[] {
1243 return STATE.allowedSettingSources
1244}
1245
1246export function setAllowedSettingSources(sources: SettingSource[]): void {
1247 STATE.allowedSettingSources = sources

Callers 1

getEnabledSettingSourcesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected