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

Function newPrimitiveNode

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

Source from the content-addressed store, hash-verified

181 }
182 },
183 newPrimitiveNode(): SDNode {
184 return {
185 widget: NODE_PRIMITIVE,
186 fields: {},
187 inputs: [],
188 outputs: [{
189 name: "*",
190 type: "*",
191 slot_index: 0,
192 links: [],
193 }]
194 }
195 }
196}
197
198/**

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected