MCPcopy Create free account
hub / github.com/6174/comflowyspace / newRerouteNode

Function newRerouteNode

packages/common/types/comfy-node.types.ts:167–182  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

165 }
166 },
167 newRerouteNode(): SDNode {
168 return {
169 widget: 'Reroute',
170 fields: {},
171 inputs: [{
172 name: "",
173 type: "*",
174 }],
175 outputs: [{
176 name: "",
177 type: "*",
178 slot_index: 0,
179 links: [],
180 }]
181 }
182 },
183 newPrimitiveNode(): SDNode {
184 return {
185 widget: NODE_PRIMITIVE,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected