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

Function callbackProperties

integrations/replicate/src/utils.ts:51–58  ·  view source on GitHub ↗
(options: CallbackTimeout)

Source from the content-addressed store, hash-verified

49};
50
51export const callbackProperties = (options: CallbackTimeout) => {
52 return [
53 {
54 label: "Callback Timeout",
55 text: options.timeoutInSeconds ? `${options.timeoutInSeconds}s` : "default",
56 },
57 ];
58};

Callers 3

createAndAwaitMethod · 0.90
createAndAwaitMethod · 0.90
createAndAwaitMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…