MCPcopy Create free account
hub / github.com/Comfy-Org/registry-backend / AddComfyNodeIDs

Method AddComfyNodeIDs

ent/nodeversion_update.go:205–208  ·  view source on GitHub ↗

AddComfyNodeIDs adds the "comfy_nodes" edge to the ComfyNode entity by IDs.

(ids ...uuid.UUID)

Source from the content-addressed store, hash-verified

203
204// AddComfyNodeIDs adds the "comfy_nodes" edge to the ComfyNode entity by IDs.
205func (nvu *NodeVersionUpdate) AddComfyNodeIDs(ids ...uuid.UUID) *NodeVersionUpdate {
206 nvu.mutation.AddComfyNodeIDs(ids...)
207 return nvu
208}
209
210// AddComfyNodes adds the "comfy_nodes" edges to the ComfyNode entity.
211func (nvu *NodeVersionUpdate) AddComfyNodes(c ...*ComfyNode) *NodeVersionUpdate {

Callers 2

AddComfyNodesMethod · 0.95
AddComfyNodeIDsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected