MCPcopy Index your code
hub / github.com/triggerdotdev/trigger.dev / parse

Method parse

packages/core/src/v3/apiClient/core.ts:571–573  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

569 }
570
571 private parse(): Promise<T> {
572 return this.responsePromise.then((result) => result.data);
573 }
574
575 override then<TResult1 = T, TResult2 = never>(
576 onfulfilled?: ((value: T) => TResult1 | PromiseLike<TResult1>) | undefined | null,

Callers 15

withResponseMethod · 0.95
thenMethod · 0.95
catchMethod · 0.95
finallyMethod · 0.95
zodfetchFunction · 0.80
useDevFunction · 0.80
#listDependenciesMethod · 0.80
#listDependenciesMethod · 0.80

Calls 1

thenMethod · 0.80

Tested by 2

loaderFunction · 0.64
actionFunction · 0.64