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

Function clearCommandsCache

src/commands.ts:545–550  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

543}
544
545export function clearCommandsCache(): void {
546 clearCommandMemoizationCaches()
547 clearPluginCommandCache()
548 clearPluginSkillsCache()
549 clearSkillCaches()
550}
551
552/**
553 * Filter AppState.mcp.commands to MCP-provided skills (prompt-type,

Callers 5

clearAllCachesFunction · 0.85
scheduleReloadFunction · 0.85
clearSessionCachesFunction · 0.85
runHeadlessStreamingFunction · 0.85
useSkillsChangeFunction · 0.85

Calls 4

clearPluginCommandCacheFunction · 0.85
clearPluginSkillsCacheFunction · 0.85
clearSkillCachesFunction · 0.85

Tested by

no test coverage detected