(optsIn?: FindFreeSlotOptions)
| 2137 | optsIn?: FindFreeSlotOptions & { returnObj?: TReturn }, |
| 2138 | ): INodeOutputSlot | -1 |
| 2139 | findOutputSlotFree(optsIn?: FindFreeSlotOptions) { |
| 2140 | return this.#findFreeSlot(this.outputs, optsIn) |
| 2141 | } |
| 2142 | |
| 2143 | /** |
| 2144 | * Finds the next free slot |
no test coverage detected