MCPcopy Create free account
hub / github.com/an0nfunc/ALHP / SetUpdated

Method SetUpdated

ent/dbpackage_create.go:118–121  ·  view source on GitHub ↗

SetUpdated sets the "updated" field.

(v time.Time)

Source from the content-addressed store, hash-verified

116
117// SetUpdated sets the "updated" field.
118func (_c *DBPackageCreate) SetUpdated(v time.Time) *DBPackageCreate {
119 _c.mutation.SetUpdated(v)
120 return _c
121}
122
123// SetNillableUpdated sets the "updated" field if the given value is not nil.
124func (_c *DBPackageCreate) SetNillableUpdated(v *time.Time) *DBPackageCreate {

Callers 1

SetNillableUpdatedMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected