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

Function streamingProperty

integrations/replicate/src/utils.ts:47–49  ·  view source on GitHub ↗
(params: { stream?: boolean })

Source from the content-addressed store, hash-verified

45};
46
47export const streamingProperty = (params: { stream?: boolean }) => {
48 return [{ label: "Streaming Enabled", text: String(!!params.stream) }];
49};
50
51export const callbackProperties = (options: CallbackTimeout) => {
52 return [

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…