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

Method Exec

ent/gitcommit_update.go:227–230  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

225
226// Exec executes the query.
227func (gcu *GitCommitUpdate) Exec(ctx context.Context) error {
228 _, err := gcu.Save(ctx)
229 return err
230}
231
232// ExecX is like Exec, but panics if an error occurs.
233func (gcu *GitCommitUpdate) ExecX(ctx context.Context) {

Callers 1

ExecXMethod · 0.95

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected