MCPcopy Create free account
hub / github.com/Noumena-Network/code / setPromptCache1hAllowlist

Function setPromptCache1hAllowlist

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

Source from the content-addressed store, hash-verified

1714}
1715
1716export function setPromptCache1hAllowlist(allowlist: string[] | null): void {
1717 STATE.promptCache1hAllowlist = allowlist
1718}
1719
1720export function getPromptCache1hEligible(): boolean | null {
1721 return STATE.promptCache1hEligible

Callers 1

should1hCacheTTLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected