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

Method SetStatus

ent/dbpackage_create.go:36–39  ·  view source on GitHub ↗

SetStatus sets the "status" field.

(v dbpackage.Status)

Source from the content-addressed store, hash-verified

34
35// SetStatus sets the "status" field.
36func (_c *DBPackageCreate) SetStatus(v dbpackage.Status) *DBPackageCreate {
37 _c.mutation.SetStatus(v)
38 return _c
39}
40
41// SetNillableStatus sets the "status" field if the given value is not nil.
42func (_c *DBPackageCreate) SetNillableStatus(v *dbpackage.Status) *DBPackageCreate {

Callers 2

SetNillableStatusMethod · 0.95
defaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected