MCPcopy Create free account
hub / github.com/Noumena-Network/code / clearBetaHeaderLatches

Function clearBetaHeaderLatches

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

Source from the content-addressed store, hash-verified

1762 * fresh conversation gets fresh header evaluation.
1763 */
1764export function clearBetaHeaderLatches(): void {
1765 STATE.afkModeHeaderLatched = null
1766 STATE.fastModeHeaderLatched = null
1767 STATE.cacheEditingHeaderLatched = null
1768 STATE.thinkingClearLatched = null
1769}
1770
1771export function getPromptId(): string | null {
1772 return STATE.promptId

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected