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

Method SetUpdatedAt

ent/user_update.go:1061–1064  ·  view source on GitHub ↗

SetUpdatedAt sets the "updated_at" field.

(t time.Time)

Source from the content-addressed store, hash-verified

1059
1060// SetUpdatedAt sets the "updated_at" field.
1061func (uuo *UserUpdateOne) SetUpdatedAt(t time.Time) *UserUpdateOne {
1062 uuo.mutation.SetUpdatedAt(t)
1063 return uuo
1064}
1065
1066// SetDeletedAt sets the "deleted_at" field.
1067func (uuo *UserUpdateOne) SetDeletedAt(t time.Time) *UserUpdateOne {

Callers

nothing calls this directly

Calls 1

SetUpdatedAtMethod · 0.45

Tested by

no test coverage detected