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

Method Exec

ent/node_create.go:884–887  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

882
883// Exec executes the query.
884func (ncb *NodeCreateBulk) Exec(ctx context.Context) error {
885 _, err := ncb.Save(ctx)
886 return err
887}
888
889// ExecX is like Exec, but panics if an error occurs.
890func (ncb *NodeCreateBulk) ExecX(ctx context.Context) {

Callers 1

ExecXMethod · 0.95

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected