MCPcopy Create free account
hub / github.com/freecodexyz/free-code / getSystemPromptSectionCache

Function getSystemPromptSectionCache

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

Source from the content-addressed store, hash-verified

1639// System prompt section accessors
1640
1641export function getSystemPromptSectionCache(): Map<string, string | null> {
1642 return STATE.systemPromptSectionCache
1643}
1644
1645export function setSystemPromptSectionCacheEntry(
1646 name: string,

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected