Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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. */
34
export
function
clearProviderClientCacheForTests(): void {
35
clientCache.clear()
36
}
Callers
2
index.test.ts
File · 0.90
index.test.ts
File · 0.90
Calls
1
clear
Method · 0.65
Tested by
no test coverage detected