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

Method Exec

ent/gitcommit_create.go:698–703  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

696
697// Exec executes the query.
698func (u *GitCommitUpsertOne) Exec(ctx context.Context) error {
699 if len(u.create.conflict) == 0 {
700 return errors.New("ent: missing options for GitCommitCreate.OnConflict")
701 }
702 return u.create.Exec(ctx)
703}
704
705// ExecX is like Exec, but panics if an error occurs.
706func (u *GitCommitUpsertOne) ExecX(ctx context.Context) {

Callers

nothing calls this directly

Calls 1

ExecMethod · 0.45

Tested by

no test coverage detected