MCPcopy Create free account
hub / github.com/codeaashu/claude-code / setSystemPromptSectionCacheEntry

Function setSystemPromptSectionCacheEntry

src/bootstrap/state.ts:1645–1650  ·  view source on GitHub ↗
(
  name: string,
  value: string | null,
)

Source from the content-addressed store, hash-verified

1643}
1644
1645export function setSystemPromptSectionCacheEntry(
1646 name: string,
1647 value: string | null,
1648): void {
1649 STATE.systemPromptSectionCache.set(name, value)
1650}
1651
1652export function clearSystemPromptSectionState(): void {
1653 STATE.systemPromptSectionCache.clear()

Callers 1

Calls 1

setMethod · 0.45

Tested by

no test coverage detected