MCPcopy Create free account
hub / github.com/Comfy-Org/registry-backend / SetCreateTime

Method SetCreateTime

ent/nodeversion_create.go:32–35  ·  view source on GitHub ↗

SetCreateTime sets the "create_time" field.

(t time.Time)

Source from the content-addressed store, hash-verified

30
31// SetCreateTime sets the "create_time" field.
32func (nvc *NodeVersionCreate) SetCreateTime(t time.Time) *NodeVersionCreate {
33 nvc.mutation.SetCreateTime(t)
34 return nvc
35}
36
37// SetNillableCreateTime sets the "create_time" field if the given value is not nil.
38func (nvc *NodeVersionCreate) SetNillableCreateTime(t *time.Time) *NodeVersionCreate {

Callers 2

SetNillableCreateTimeMethod · 0.95
defaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected