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

Method Exec

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

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

168
169// Exec executes the query.
170func (_c *UserCreate) Exec(ctx context.Context) error {
171 _, err := _c.Save(ctx)
172 return err
173}
174
175// ExecX is like Exec, but panics if an error occurs.
176func (_c *UserCreate) ExecX(ctx context.Context) {

Callers 1

ExecXMethod · 0.95

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected