MCPcopy 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
1688export function setHasDevChannels(value: boolean): void {
1689 STATE.hasDevChannels = value
1690}
1691
1692export function getPromptCache1hAllowlist(): string[] | null {
1693 return STATE.promptCache1hAllowlist

Callers 1

showSetupScreensFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected