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

Function run

experiments/context.ts:481–486  ·  view source on GitHub ↗
(params)

Source from the content-addressed store, hash-verified

479const taskTwo = task({
480 id: "task-2",
481 async run(params) {
482 return {
483 hello: "world",
484 payload: params.payload.other,
485 };
486 },
487});
488
489const userTaskOne = task({

Callers 3

updateCommandFunction · 0.50
createJobTesterFunction · 0.50
sseFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected