MCPcopy Create free account
hub / github.com/freecodexyz/free-code / resetSessionPluginCache

Function resetSessionPluginCache

src/utils/plugins/zipCache.ts:166–169  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

164 * Reset the session plugin cache path (for testing).
165 */
166export function resetSessionPluginCache(): void {
167 sessionPluginCachePath = null
168 sessionPluginCachePromise = null
169}
170
171/**
172 * Write data to a file in the zip cache atomically.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected