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

Method Exec

ent/setting_create.go:549–552  ·  view source on GitHub ↗

Exec executes the query.

(ctx context.Context)

Source from the content-addressed store, hash-verified

547
548// Exec executes the query.
549func (scb *SettingCreateBulk) Exec(ctx context.Context) error {
550 _, err := scb.Save(ctx)
551 return err
552}
553
554// ExecX is like Exec, but panics if an error occurs.
555func (scb *SettingCreateBulk) ExecX(ctx context.Context) {

Callers 1

ExecXMethod · 0.95

Calls 1

SaveMethod · 0.95

Tested by

no test coverage detected