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

Method source

integrations/linear/src/index.ts:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122 }
123
124 get source() {
125 return createWebhookEventSource(this);
126 }
127
128 cloneForRun(io: IO, connectionKey: string, auth?: ConnectionAuth) {
129 const linear = new Linear(this._options);

Callers

nothing calls this directly

Calls 1

createWebhookEventSourceFunction · 0.90

Tested by

no test coverage detected