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

Function getPromptCache1hAllowlist

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

Source from the content-addressed store, hash-verified

1690}
1691
1692export function getPromptCache1hAllowlist(): string[] | null {
1693 return STATE.promptCache1hAllowlist
1694}
1695
1696export function setPromptCache1hAllowlist(allowlist: string[] | null): void {
1697 STATE.promptCache1hAllowlist = allowlist

Callers 1

should1hCacheTTLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected