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

Function task

experiments/context.ts:345–354  ·  view source on GitHub ↗
(
  options: TaskOptions<TOutput, TContext, TIdentifier, TParser>
)

Source from the content-addressed store, hash-verified

343} & {};
344
345export function task<
346 TOutput,
347 TContext extends AnyContextBuilder,
348 TIdentifier extends string,
349 TParser extends Parser | undefined = undefined,
350>(
351 options: TaskOptions<TOutput, TContext, TIdentifier, TParser>
352): Task<TOutput, TIdentifier, TParser> {
353 return createTask(options);
354}
355
356export function createTask<
357 TOutput,

Callers 1

context.tsFile · 0.70

Calls 1

createTaskFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…