MCPcopy 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
58export function resetStorageAdapter(): void {
59 g._rlCachedAdapter = null
60}
61
62export function setStorageAdapter(adapter: RateLimitStorageAdapter): void {
63 g._rlCachedAdapter = adapter

Callers 1

factory.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected