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

Method SetBuildTimeStart

ent/mutation.go:536–538  ·  view source on GitHub ↗

SetBuildTimeStart sets the "build_time_start" field.

(t time.Time)

Source from the content-addressed store, hash-verified

534// ResetRepoVersion resets all changes to the "repo_version" field.
535func (m *DBPackageMutation) ResetRepoVersion() {
536 m.repo_version = nil
537 delete(m.clearedFields, dbpackage.FieldRepoVersion)
538}
539
540// SetBuildTimeStart sets the "build_time_start" field.
541func (m *DBPackageMutation) SetBuildTimeStart(t time.Time) {

Callers 2

SetFieldMethod · 0.95
buildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected