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

Method Exec

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

Exec executes the query on the entity.

(ctx context.Context)

Source from the content-addressed store, hash-verified

549
550// Exec executes the query on the entity.
551func (_u *GroupUpdateOne) Exec(ctx context.Context) error {
552 _, err := _u.Save(ctx)
553 return err
554}
555
556// ExecX is like Exec, but panics if an error occurs.
557func (_u *GroupUpdateOne) ExecX(ctx context.Context) {

Callers 1

ExecXMethod · 0.95

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected