Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1684
export
function
getHasDevChannels(): boolean {
1685
return
STATE.hasDevChannels
1686
}
1687
1688
export
function
setHasDevChannels(value: boolean): void {
1689
STATE.hasDevChannels = value
Callers
1
ChannelsNotice
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected