MCPcopy Create free account
hub / github.com/Comfy-Org/registry-backend / SetUpdateTime

Method SetUpdateTime

ent/gitcommit_update.go:366–369  ·  view source on GitHub ↗

SetUpdateTime sets the "update_time" field.

(t time.Time)

Source from the content-addressed store, hash-verified

364
365// SetUpdateTime sets the "update_time" field.
366func (gcuo *GitCommitUpdateOne) SetUpdateTime(t time.Time) *GitCommitUpdateOne {
367 gcuo.mutation.SetUpdateTime(t)
368 return gcuo
369}
370
371// SetCommitHash sets the "commit_hash" field.
372func (gcuo *GitCommitUpdateOne) SetCommitHash(s string) *GitCommitUpdateOne {

Callers

nothing calls this directly

Calls 1

SetUpdateTimeMethod · 0.45

Tested by

no test coverage detected