Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/codeaashu/claude-code
/ clearPromptCache
Function
clearPromptCache
src/tools/SkillTool/prompt.ts:217–219 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
215
}
216
217
export
function
clearPromptCache(): void {
218
getPrompt.cache?.clear?.()
219
}
220
221
export
async
function
getSkillInfo(cwd: string): Promise<{
222
totalSkills: number
Callers
2
clearAllCaches
Function · 0.85
clearSessionCaches
Function · 0.85
Calls
1
clear
Method · 0.45
Tested by
no test coverage detected