Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/simstudioai/sim
/ resetStorageAdapter
Function
resetStorageAdapter
apps/sim/lib/core/rate-limiter/storage/factory.ts:58–60 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
56
}
57
58
export
function
resetStorageAdapter(): void {
59
g._rlCachedAdapter = null
60
}
61
62
export
function
setStorageAdapter(adapter: RateLimitStorageAdapter): void {
63
g._rlCachedAdapter = adapter
Callers
1
factory.test.ts
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected