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

Method ClearDeletedAt

ent/node_update.go:422–425  ·  view source on GitHub ↗

ClearDeletedAt clears the value of the "deleted_at" field.

()

Source from the content-addressed store, hash-verified

420
421// ClearDeletedAt clears the value of the "deleted_at" field.
422func (nuo *NodeUpdateOne) ClearDeletedAt() *NodeUpdateOne {
423 nuo.mutation.ClearDeletedAt()
424 return nuo
425}
426
427// SetStatus sets the "status" field.
428func (nuo *NodeUpdateOne) SetStatus(n node.Status) *NodeUpdateOne {

Callers

nothing calls this directly

Calls 1

ClearDeletedAtMethod · 0.45

Tested by

no test coverage detected