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

Method finally

packages/core/src/v3/apiClient/core.ts:588–590  ·  view source on GitHub ↗
(onfinally?: (() => void) | undefined | null)

Source from the content-addressed store, hash-verified

586 }
587
588 override finally(onfinally?: (() => void) | undefined | null): Promise<T> {
589 return this.parse().finally(onfinally);
590 }
591}
592
593export class CursorPagePromise<TItemSchema extends z.ZodTypeAny>

Callers 9

_handleSignalMethod · 0.80
#enableMethod · 0.80
#enableMethod · 0.80
#rebalanceParentQueueMethod · 0.80
callMethod · 0.80
#handleSignalMethod · 0.80
seed.tsFile · 0.80
populate.tsFile · 0.80

Calls 1

parseMethod · 0.95

Tested by

no test coverage detected