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

Method AddResultIDs

ent/gitcommit_update.go:171–174  ·  view source on GitHub ↗

AddResultIDs adds the "results" edge to the CIWorkflowResult entity by IDs.

(ids ...uuid.UUID)

Source from the content-addressed store, hash-verified

169
170// AddResultIDs adds the "results" edge to the CIWorkflowResult entity by IDs.
171func (gcu *GitCommitUpdate) AddResultIDs(ids ...uuid.UUID) *GitCommitUpdate {
172 gcu.mutation.AddResultIDs(ids...)
173 return gcu
174}
175
176// AddResults adds the "results" edges to the CIWorkflowResult entity.
177func (gcu *GitCommitUpdate) AddResults(c ...*CIWorkflowResult) *GitCommitUpdate {

Callers 2

AddResultsMethod · 0.95
AddResultIDsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected