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

Method Exec

ent/nodeversion_create.go:235–238  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

233
234// Exec executes the query.
235func (nvc *NodeVersionCreate) Exec(ctx context.Context) error {
236 _, err := nvc.Save(ctx)
237 return err
238}
239
240// ExecX is like Exec, but panics if an error occurs.
241func (nvc *NodeVersionCreate) ExecX(ctx context.Context) {

Callers 5

ExecXMethod · 0.95
ExecMethod · 0.45
ExecXMethod · 0.45
ExecMethod · 0.45
ExecXMethod · 0.45

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected