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

Method SetUpdatedAt

ent/setting_update.go:186–189  ·  view source on GitHub ↗

SetUpdatedAt sets the "updated_at" field.

(t time.Time)

Source from the content-addressed store, hash-verified

184
185// SetUpdatedAt sets the "updated_at" field.
186func (suo *SettingUpdateOne) SetUpdatedAt(t time.Time) *SettingUpdateOne {
187 suo.mutation.SetUpdatedAt(t)
188 return suo
189}
190
191// SetDeletedAt sets the "deleted_at" field.
192func (suo *SettingUpdateOne) SetDeletedAt(t time.Time) *SettingUpdateOne {

Callers

nothing calls this directly

Calls 1

SetUpdatedAtMethod · 0.45

Tested by

no test coverage detected