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

Function setFastModeHeaderLatched

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

Source from the content-addressed store, hash-verified

1718}
1719
1720export function setFastModeHeaderLatched(v: boolean): void {
1721 STATE.fastModeHeaderLatched = v
1722}
1723
1724export function getCacheEditingHeaderLatched(): boolean | null {
1725 return STATE.cacheEditingHeaderLatched

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected