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

Method SetUpdateTime

ent/gitcommit_update.go:35–38  ·  view source on GitHub ↗

SetUpdateTime sets the "update_time" field.

(t time.Time)

Source from the content-addressed store, hash-verified

33
34// SetUpdateTime sets the "update_time" field.
35func (gcu *GitCommitUpdate) SetUpdateTime(t time.Time) *GitCommitUpdate {
36 gcu.mutation.SetUpdateTime(t)
37 return gcu
38}
39
40// SetCommitHash sets the "commit_hash" field.
41func (gcu *GitCommitUpdate) SetCommitHash(s string) *GitCommitUpdate {

Callers 3

defaultsMethod · 0.45
SetUpdateTimeMethod · 0.45
defaultsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected