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

Function setPromptCache1hAllowlist

src/bootstrap/state.ts:1696–1698  ·  view source on GitHub ↗
(allowlist: string[] | null)

Source from the content-addressed store, hash-verified

1694}
1695
1696export function setPromptCache1hAllowlist(allowlist: string[] | null): void {
1697 STATE.promptCache1hAllowlist = allowlist
1698}
1699
1700export function getPromptCache1hEligible(): boolean | null {
1701 return STATE.promptCache1hEligible

Callers 1

should1hCacheTTLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected