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

Method SetDeletedAt

ent/node_create.go:57–60  ·  view source on GitHub ↗

SetDeletedAt sets the "deleted_at" field.

(t time.Time)

Source from the content-addressed store, hash-verified

55
56// SetDeletedAt sets the "deleted_at" field.
57func (nc *NodeCreate) SetDeletedAt(t time.Time) *NodeCreate {
58 nc.mutation.SetDeletedAt(t)
59 return nc
60}
61
62// SetNillableDeletedAt sets the "deleted_at" field if the given value is not nil.
63func (nc *NodeCreate) SetNillableDeletedAt(t *time.Time) *NodeCreate {

Callers 1

SetNillableDeletedAtMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected