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

Method SetSkipReason

ent/dbpackage_create.go:50–53  ·  view source on GitHub ↗

SetSkipReason sets the "skip_reason" field.

(v string)

Source from the content-addressed store, hash-verified

48
49// SetSkipReason sets the "skip_reason" field.
50func (_c *DBPackageCreate) SetSkipReason(v string) *DBPackageCreate {
51 _c.mutation.SetSkipReason(v)
52 return _c
53}
54
55// SetNillableSkipReason sets the "skip_reason" field if the given value is not nil.
56func (_c *DBPackageCreate) SetNillableSkipReason(v *string) *DBPackageCreate {

Callers 1

SetNillableSkipReasonMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected