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

Method SetSkipReason

ent/dbpackage_update.go:681–684  ·  view source on GitHub ↗

SetSkipReason sets the "skip_reason" field.

(v string)

Source from the content-addressed store, hash-verified

679 if value, ok := _u.mutation.AddedIoIn(); ok {
680 _spec.AddField(dbpackage.FieldIoIn, field.TypeInt64, value)
681 }
682 if _u.mutation.IoInCleared() {
683 _spec.ClearField(dbpackage.FieldIoIn, field.TypeInt64)
684 }
685 if value, ok := _u.mutation.IoOut(); ok {
686 _spec.SetField(dbpackage.FieldIoOut, field.TypeInt64, value)
687 }

Callers 1

SetNillableSkipReasonMethod · 0.95

Calls 1

SetSkipReasonMethod · 0.45

Tested by

no test coverage detected