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

Function getCacheEditingHeaderLatched

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

Source from the content-addressed store, hash-verified

1722}
1723
1724export function getCacheEditingHeaderLatched(): boolean | null {
1725 return STATE.cacheEditingHeaderLatched
1726}
1727
1728export function setCacheEditingHeaderLatched(v: boolean): void {
1729 STATE.cacheEditingHeaderLatched = v

Callers 1

queryModelFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected