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

Function getPlanSlugCache

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

Source from the content-addressed store, hash-verified

1482}
1483
1484export function getPlanSlugCache(): Map<string, string> {
1485 return STATE.planSlugCache
1486}
1487
1488export function getSessionCreatedTeams(): Set<string> {
1489 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