MCPcopy Index your code
hub / github.com/simstudioai/sim / clearProviderClientCacheForTests

Function clearProviderClientCacheForTests

apps/sim/providers/client-cache.ts:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32
33/** Clears the cache so tests asserting client construction start from a miss. */
34export function clearProviderClientCacheForTests(): void {
35 clientCache.clear()
36}

Callers 2

index.test.tsFile · 0.90
index.test.tsFile · 0.90

Calls 1

clearMethod · 0.65

Tested by

no test coverage detected