MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / Exec

Method Exec

app/controlplane/pkg/data/ent/group_update.go:205–208  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

203
204// Exec executes the query.
205func (_u *GroupUpdate) Exec(ctx context.Context) error {
206 _, err := _u.Save(ctx)
207 return err
208}
209
210// ExecX is like Exec, but panics if an error occurs.
211func (_u *GroupUpdate) ExecX(ctx context.Context) {

Callers 1

ExecXMethod · 0.95

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected