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

Method Mutation

ent/setting_update.go:246–248  ·  view source on GitHub ↗

Mutation returns the SettingMutation object of the builder.

()

Source from the content-addressed store, hash-verified

244
245// Mutation returns the SettingMutation object of the builder.
246func (suo *SettingUpdateOne) Mutation() *SettingMutation {
247 return suo.mutation
248}
249
250// Where appends a list predicates to the SettingUpdate builder.
251func (suo *SettingUpdateOne) Where(ps ...predicate.Setting) *SettingUpdateOne {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected