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

Method ExecX

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

ExecX is like Exec, but panics if an error occurs.

(ctx context.Context)

Source from the content-addressed store, hash-verified

555
556// ExecX is like Exec, but panics if an error occurs.
557func (_u *GroupUpdateOne) ExecX(ctx context.Context) {
558 if err := _u.Exec(ctx); err != nil {
559 panic(err)
560 }
561}
562
563// check runs all checks and user-defined validators on the builder.
564func (_u *GroupUpdateOne) check() error {

Callers

nothing calls this directly

Calls 1

ExecMethod · 0.95

Tested by

no test coverage detected