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

Method Exec

ent/gitcommit_create.go:178–181  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

176
177// Exec executes the query.
178func (gcc *GitCommitCreate) Exec(ctx context.Context) error {
179 _, err := gcc.Save(ctx)
180 return err
181}
182
183// ExecX is like Exec, but panics if an error occurs.
184func (gcc *GitCommitCreate) 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