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

Method SetUpdateTime

ent/gitcommit_create.go:43–46  ·  view source on GitHub ↗

SetUpdateTime sets the "update_time" field.

(t time.Time)

Source from the content-addressed store, hash-verified

41
42// SetUpdateTime sets the "update_time" field.
43func (gcc *GitCommitCreate) SetUpdateTime(t time.Time) *GitCommitCreate {
44 gcc.mutation.SetUpdateTime(t)
45 return gcc
46}
47
48// SetNillableUpdateTime sets the "update_time" field if the given value is not nil.
49func (gcc *GitCommitCreate) SetNillableUpdateTime(t *time.Time) *GitCommitCreate {

Callers 2

SetNillableUpdateTimeMethod · 0.95
defaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected