MCPcopy Create free account
hub / github.com/Comfy-Org/litegraph.js / findOutputSlotFree

Method findOutputSlotFree

src/LGraphNode.ts:2139–2141  ·  view source on GitHub ↗
(optsIn?: FindFreeSlotOptions)

Source from the content-addressed store, hash-verified

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

Callers 1

findConnectByTypeSlotMethod · 0.80

Calls 1

#findFreeSlotMethod · 0.95

Tested by

no test coverage detected