MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / Exec

Method Exec

ent/task_create.go:757–760  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

755
756// Exec executes the query.
757func (tcb *TaskCreateBulk) Exec(ctx context.Context) error {
758 _, err := tcb.Save(ctx)
759 return err
760}
761
762// ExecX is like Exec, but panics if an error occurs.
763func (tcb *TaskCreateBulk) ExecX(ctx context.Context) {

Callers 1

ExecXMethod · 0.95

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected