MCPcopy
hub / github.com/codeaashu/claude-code / clearBetaHeaderLatches

Function clearBetaHeaderLatches

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

Source from the content-addressed store, hash-verified

1742 * fresh conversation gets fresh header evaluation.
1743 */
1744export function clearBetaHeaderLatches(): void {
1745 STATE.afkModeHeaderLatched = null
1746 STATE.fastModeHeaderLatched = null
1747 STATE.cacheEditingHeaderLatched = null
1748 STATE.thinkingClearLatched = null
1749}
1750
1751export function getPromptId(): string | null {
1752 return STATE.promptId

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected