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

Function getPromptCache1hEligible

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

Source from the content-addressed store, hash-verified

1718}
1719
1720export function getPromptCache1hEligible(): boolean | null {
1721 return STATE.promptCache1hEligible
1722}
1723
1724export function setPromptCache1hEligible(eligible: boolean | null): void {
1725 STATE.promptCache1hEligible = eligible

Callers 1

should1hCacheTTLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected