MCPcopy
hub / github.com/claude-code-best/claude-code / getPlanSlugCache

Function getPlanSlugCache

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

Source from the content-addressed store, hash-verified

1440}
1441
1442export function getPlanSlugCache(): Map<string, string> {
1443 return STATE.planSlugCache
1444}
1445
1446export function setPlanSlugCacheEntry(sessionId: string, slug: string): void {
1447 if (STATE.planSlugCache.size >= 50) {

Callers 4

insertMessageChainMethod · 0.85
getPlanSlugFunction · 0.85
clearPlanSlugFunction · 0.85
clearAllPlanSlugsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected