MCPcopy Index your code
hub / github.com/codeaashu/claude-code / setAllowedChannels

Function setAllowedChannels

src/bootstrap/state.ts:1680–1682  ·  view source on GitHub ↗
(entries: ChannelEntry[])

Source from the content-addressed store, hash-verified

1678}
1679
1680export function setAllowedChannels(entries: ChannelEntry[]): void {
1681 STATE.allowedChannels = entries
1682}
1683
1684export function getHasDevChannels(): boolean {
1685 return STATE.hasDevChannels

Callers 3

showSetupScreensFunction · 0.85
runFunction · 0.85
handleChannelEnableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected