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

Method SetSTime

ent/dbpackage_create.go:216–219  ·  view source on GitHub ↗

SetSTime sets the "s_time" field.

(v int64)

Source from the content-addressed store, hash-verified

214
215// SetMaxRss sets the "max_rss" field.
216func (_c *DBPackageCreate) SetMaxRss(v int64) *DBPackageCreate {
217 _c.mutation.SetMaxRss(v)
218 return _c
219}
220
221// SetNillableMaxRss sets the "max_rss" field if the given value is not nil.
222func (_c *DBPackageCreate) SetNillableMaxRss(v *int64) *DBPackageCreate {

Callers 1

SetNillableSTimeMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected