MCPcopy Index your code
hub / github.com/cloudreve/cloudreve / Exec

Method Exec

ent/share_create.go:889–892  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

887
888// Exec executes the query.
889func (scb *ShareCreateBulk) Exec(ctx context.Context) error {
890 _, err := scb.Save(ctx)
891 return err
892}
893
894// ExecX is like Exec, but panics if an error occurs.
895func (scb *ShareCreateBulk) ExecX(ctx context.Context) {

Callers 1

ExecXMethod · 0.95

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected