MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setCacheEditingHeaderLatched

Function setCacheEditingHeaderLatched

src/bootstrap/state.ts:1728–1730  ·  view source on GitHub ↗
(v: boolean)

Source from the content-addressed store, hash-verified

1726}
1727
1728export function setCacheEditingHeaderLatched(v: boolean): void {
1729 STATE.cacheEditingHeaderLatched = v
1730}
1731
1732export function getThinkingClearLatched(): boolean | null {
1733 return STATE.thinkingClearLatched

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected