Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ setHasDevChannels
Function
setHasDevChannels
src/bootstrap/state.ts:1688–1690 ·
view source on GitHub ↗
(value: boolean)
Source
from the content-addressed store, hash-verified
1686
}
1687
1688
export
function
setHasDevChannels(value: boolean): void {
1689
STATE.hasDevChannels = value
1690
}
1691
1692
export
function
getPromptCache1hAllowlist(): string[] | null {
1693
return
STATE.promptCache1hAllowlist
Callers
1
showSetupScreens
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected