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

Method SetTagRev

ent/dbpackage_update.go:1010–1013  ·  view source on GitHub ↗

SetTagRev sets the "tag_rev" field.

(v string)

Source from the content-addressed store, hash-verified

1008 _u.mutation.ClearDebugSymbols()
1009 return _u
1010}
1011
1012// SetMaxRss sets the "max_rss" field.
1013func (_u *DBPackageUpdateOne) SetMaxRss(v int64) *DBPackageUpdateOne {
1014 _u.mutation.ResetMaxRss()
1015 _u.mutation.SetMaxRss(v)
1016 return _u

Callers 1

SetNillableTagRevMethod · 0.95

Calls 1

SetTagRevMethod · 0.45

Tested by

no test coverage detected