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

Method get

packages/trigger-sdk/src/v3/cache.ts:31–33  ·  view source on GitHub ↗
(key: string)

Source from the content-addressed store, hash-verified

29 private _cache: Map<string, CacheEntry<Value>> = new Map();
30
31 get(key: string): Eventually<CacheEntry<Value>> {
32 return this._cache.get(key);
33 }
34
35 set(key: string, value: CacheEntry<Value>): unknown {
36 this._cache.set(key, value);

Callers 15

currentWorkersMethod · 0.45
handleMessageMethod · 0.45
#executeTaskRunMethod · 0.45
cancelRunMethod · 0.45
#handleMessageMethod · 0.45
#handleExitMethod · 0.45
initializeMethod · 0.45
#handleExitMethod · 0.45
#createHttpServerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected