()
| 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); |
nothing calls this directly
no test coverage detected