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

Function setPromptCache1hEligible

src/bootstrap/state.ts:1724–1726  ·  view source on GitHub ↗
(eligible: boolean | null)

Source from the content-addressed store, hash-verified

1722}
1723
1724export function setPromptCache1hEligible(eligible: boolean | null): void {
1725 STATE.promptCache1hEligible = eligible
1726}
1727
1728export function getAfkModeHeaderLatched(): boolean | null {
1729 return STATE.afkModeHeaderLatched

Callers 1

should1hCacheTTLFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected