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

Method ExecX

app/controlplane/pkg/data/ent/group_update.go:211–215  ·  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

209
210// ExecX is like Exec, but panics if an error occurs.
211func (_u *GroupUpdate) ExecX(ctx context.Context) {
212 if err := _u.Exec(ctx); err != nil {
213 panic(err)
214 }
215}
216
217// check runs all checks and user-defined validators on the builder.
218func (_u *GroupUpdate) check() error {

Callers

nothing calls this directly

Calls 1

ExecMethod · 0.95

Tested by

no test coverage detected