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

Function getAllowedChannels

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

Source from the content-addressed store, hash-verified

1694}
1695
1696export function getAllowedChannels(): ChannelEntry[] {
1697 return STATE.allowedChannels
1698}
1699
1700export function setAllowedChannels(entries: ChannelEntry[]): void {
1701 STATE.allowedChannels = entries

Callers 10

showSetupScreensFunction · 0.85
isEnabledFunction · 0.85
isEnabledFunction · 0.85
isEnabledFunction · 0.85
_tempFunction · 0.85
handleChannelEnableFunction · 0.85
useManageMCPConnectionsFunction · 0.85
gateChannelServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected