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

Method release

apps/sim/lib/core/idempotency/service.ts:389–391  ·  view source on GitHub ↗
(normalizedKey: string, storageMethod: 'redis' | 'database')

Source from the content-addressed store, hash-verified

387 }
388
389 async release(normalizedKey: string, storageMethod: 'redis' | 'database'): Promise<void> {
390 return this.deleteKey(normalizedKey, storageMethod)
391 }
392
393 private async deleteKey(
394 normalizedKey: string,

Callers 9

processEmailsFunction · 0.80
executeCodeFunction · 0.80
cleanupTimersFunction · 0.80
executeTaskFunction · 0.80
route.tsFile · 0.80
route.tsFile · 0.80
route.tsFile · 0.80

Calls 1

deleteKeyMethod · 0.95

Tested by

no test coverage detected