(optsIn?: FindFreeSlotOptions)
| 2122 | optsIn?: FindFreeSlotOptions & { returnObj?: TReturn }, |
| 2123 | ): INodeInputSlot | -1 |
| 2124 | findInputSlotFree(optsIn?: FindFreeSlotOptions) { |
| 2125 | return this.#findFreeSlot(this.inputs, optsIn) |
| 2126 | } |
| 2127 | |
| 2128 | /** |
| 2129 | * Finds the first free output slot. |
no test coverage detected