MCPcopy
hub / github.com/triggerdotdev/trigger.dev / set

Method set

packages/trigger-sdk/src/v3/cache.ts:35–39  ·  view source on GitHub ↗
(key: string, value: CacheEntry<Value>)

Source from the content-addressed store, hash-verified

33 }
34
35 set(key: string, value: CacheEntry<Value>): unknown {
36 this._cache.set(key, value);
37
38 return undefined;
39 }
40
41 delete(key: string): unknown {
42 this._cache.delete(key);

Callers 15

registerWorkerMethod · 0.45
executeTaskRunMethod · 0.45
#handleMessageMethod · 0.45
#handleExitMethod · 0.45
initializeMethod · 0.45
executeTaskRunMethod · 0.45
#handleExitMethod · 0.45
groupByTaskKeyAndNameFunction · 0.45
sendWithAckMethod · 0.45
zodfetchCursorPageFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected