MCPcopy Create free account
hub / github.com/AnukarOP/claude-code-leaked / clearPromptCache

Function clearPromptCache

source code/tools/SkillTool/prompt.ts:219–221  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

217}
218
219export function clearPromptCache(): void {
220 getPrompt.cache?.clear?.()
221}
222
223export async function getSkillInfo(cwd: string): Promise<{
224 totalSkills: number

Callers 2

clearAllCachesFunction · 0.85
clearSessionCachesFunction · 0.85

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected