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

Function getAllowedChannels

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

Source from the content-addressed store, hash-verified

1660}
1661
1662export function getAllowedChannels(): ChannelEntry[] {
1663 return STATE.allowedChannels
1664}
1665
1666export function setAllowedChannels(entries: ChannelEntry[]): void {
1667 STATE.allowedChannels = entries

Callers 10

isEnabledFunction · 0.85
isEnabledFunction · 0.85
isEnabledFunction · 0.85
showSetupScreensFunction · 0.85
ChannelsNoticeFunction · 0.85
handleChannelEnableFunction · 0.85
useManageMCPConnectionsFunction · 0.85
gateChannelServerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected