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

Method SetDebugSymbols

ent/dbpackage_create.go:174–177  ·  view source on GitHub ↗

SetDebugSymbols sets the "debug_symbols" field.

(v dbpackage.DebugSymbols)

Source from the content-addressed store, hash-verified

172
173// SetBuildNo sets the "build_no" field.
174func (_c *DBPackageCreate) SetBuildNo(v int) *DBPackageCreate {
175 _c.mutation.SetBuildNo(v)
176 return _c
177}
178
179// SetNillableBuildNo sets the "build_no" field if the given value is not nil.
180func (_c *DBPackageCreate) SetNillableBuildNo(v *int) *DBPackageCreate {

Callers 2

defaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected