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

Function task

experiments/with-generic-parser.ts:198–207  ·  view source on GitHub ↗
(
  options: TaskOptions<TOutput, TContext, TIdentifier, TParser>
)

Source from the content-addressed store, hash-verified

196} & {};
197
198export function task<
199 TOutput,
200 TContext extends object,
201 TIdentifier extends string,
202 TParser extends Parser | undefined = undefined,
203>(
204 options: TaskOptions<TOutput, TContext, TIdentifier, TParser>
205): Task<TOutput, TIdentifier, TParser> {
206 return createTask(options);
207}
208
209export function createTask<
210 TOutput,

Callers 1

Calls 1

createTaskFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…