MCPcopy Index your code
hub / github.com/liuup/claude-code-analysis / getPlanSlugCache

Function getPlanSlugCache

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

Source from the content-addressed store, hash-verified

1466}
1467
1468export function getPlanSlugCache(): Map<string, string> {
1469 return STATE.planSlugCache
1470}
1471
1472export function getSessionCreatedTeams(): Set<string> {
1473 return STATE.sessionCreatedTeams

Callers 5

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

Calls

no outgoing calls

Tested by

no test coverage detected