MCPcopy Create free account
hub / github.com/oboard/claude-code-rev / getHasDevChannels

Function getHasDevChannels

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

Source from the content-addressed store, hash-verified

1682}
1683
1684export function getHasDevChannels(): boolean {
1685 return STATE.hasDevChannels
1686}
1687
1688export function setHasDevChannels(value: boolean): void {
1689 STATE.hasDevChannels = value

Callers 1

ChannelsNoticeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected