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

Function setPromptCache1hEligible

src/bootstrap/state.ts:1704–1706  ·  view source on GitHub ↗
(eligible: boolean | null)

Source from the content-addressed store, hash-verified

1702}
1703
1704export function setPromptCache1hEligible(eligible: boolean | null): void {
1705 STATE.promptCache1hEligible = eligible
1706}
1707
1708export function getAfkModeHeaderLatched(): boolean | null {
1709 return STATE.afkModeHeaderLatched

Callers 1

should1hCacheTTLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected