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

Function getPromptCache1hAllowlist

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

Source from the content-addressed store, hash-verified

1710}
1711
1712export function getPromptCache1hAllowlist(): string[] | null {
1713 return STATE.promptCache1hAllowlist
1714}
1715
1716export function setPromptCache1hAllowlist(allowlist: string[] | null): void {
1717 STATE.promptCache1hAllowlist = allowlist

Callers 1

should1hCacheTTLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected