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

Method SetRepoVersion

ent/dbpackage_create.go:90–93  ·  view source on GitHub ↗

SetRepoVersion sets the "repo_version" field.

(v string)

Source from the content-addressed store, hash-verified

88
89// SetRepoVersion sets the "repo_version" field.
90func (_c *DBPackageCreate) SetRepoVersion(v string) *DBPackageCreate {
91 _c.mutation.SetRepoVersion(v)
92 return _c
93}
94
95// SetNillableRepoVersion sets the "repo_version" field if the given value is not nil.
96func (_c *DBPackageCreate) SetNillableRepoVersion(v *string) *DBPackageCreate {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected