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

Method Mutation

ent/setting_update.go:92–94  ·  view source on GitHub ↗

Mutation returns the SettingMutation object of the builder.

()

Source from the content-addressed store, hash-verified

90
91// Mutation returns the SettingMutation object of the builder.
92func (su *SettingUpdate) Mutation() *SettingMutation {
93 return su.mutation
94}
95
96// Save executes the query and returns the number of nodes affected by the update operation.
97func (su *SettingUpdate) Save(ctx context.Context) (int, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected