MCPcopy Index your code
hub / github.com/codeaashu/claude-code / getPromptCache1hEligible

Function getPromptCache1hEligible

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

Source from the content-addressed store, hash-verified

1698}
1699
1700export function getPromptCache1hEligible(): boolean | null {
1701 return STATE.promptCache1hEligible
1702}
1703
1704export function setPromptCache1hEligible(eligible: boolean | null): void {
1705 STATE.promptCache1hEligible = eligible

Callers 1

should1hCacheTTLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected