Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
479
const
taskTwo = task({
480
id:
"task-2"
,
481
async
run(params) {
482
return
{
483
hello:
"world"
,
484
payload: params.payload.other,
485
};
486
},
487
});
488
489
const
userTaskOne = task({
Callers
3
updateCommand
Function · 0.50
createJobTester
Function · 0.50
sse
Function · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected