MCPcopy Index your code
hub / github.com/codeaashu/claude-code / clearAllPlanSlugs

Function clearAllPlanSlugs

src/utils/plans.ts:71–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

69 * Use this on /clear to free sub-session slug entries.
70 */
71export function clearAllPlanSlugs(): void {
72 getPlanSlugCache().clear()
73}
74
75// Memoized: called from render bodies (FileReadTool/FileEditTool/FileWriteTool UI.tsx)
76// and permission checks. Inputs (initial settings + cwd) are fixed at startup, so the

Callers 1

clearConversationFunction · 0.85

Calls 2

getPlanSlugCacheFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected