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

Method Exec

app/controlplane/pkg/data/ent/user_create.go:690–693  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

688
689// Exec executes the query.
690func (_c *UserCreateBulk) Exec(ctx context.Context) error {
691 _, err := _c.Save(ctx)
692 return err
693}
694
695// ExecX is like Exec, but panics if an error occurs.
696func (_c *UserCreateBulk) ExecX(ctx context.Context) {

Callers 1

ExecXMethod · 0.95

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected