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

Function getCommitment

references/unit-testing/tests/example.test.ts:124–124  ·  view source on GitHub ↗
(query: string)

Source from the content-addressed store, hash-verified

122 },
123 run: async (payload, io, ctx) => {
124 const getCommitment = (query: string) => (query.endsWith("-a") ? "full" : "partial");
125 await io.dummy.taskOne("verse", {
126 we: {
127 strangersToLove: payload.strangers,

Callers 1

example.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…