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

Method SetDeletedAt

ent/setting_create.go:54–57  ·  view source on GitHub ↗

SetDeletedAt sets the "deleted_at" field.

(t time.Time)

Source from the content-addressed store, hash-verified

52
53// SetDeletedAt sets the "deleted_at" field.
54func (sc *SettingCreate) SetDeletedAt(t time.Time) *SettingCreate {
55 sc.mutation.SetDeletedAt(t)
56 return sc
57}
58
59// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil.
60func (sc *SettingCreate) SetNillableDeletedAt(t *time.Time) *SettingCreate {

Callers 1

SetNillableDeletedAtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected