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

Method SetUpdatedAt

ent/node_update.go:402–405  ·  view source on GitHub ↗

SetUpdatedAt sets the "updated_at" field.

(t time.Time)

Source from the content-addressed store, hash-verified

400
401// SetUpdatedAt sets the "updated_at" field.
402func (nuo *NodeUpdateOne) SetUpdatedAt(t time.Time) *NodeUpdateOne {
403 nuo.mutation.SetUpdatedAt(t)
404 return nuo
405}
406
407// SetDeletedAt sets the "deleted_at" field.
408func (nuo *NodeUpdateOne) SetDeletedAt(t time.Time) *NodeUpdateOne {

Callers

nothing calls this directly

Calls 1

SetUpdatedAtMethod · 0.45

Tested by

no test coverage detected