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

Function getAllowedChannels

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

Source from the content-addressed store, hash-verified

1674}
1675
1676export function getAllowedChannels(): ChannelEntry[] {
1677 return STATE.allowedChannels
1678}
1679
1680export function setAllowedChannels(entries: ChannelEntry[]): void {
1681 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