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

Method SetCommitTimestamp

ent/gitcommit_update.go:97–100  ·  view source on GitHub ↗

SetCommitTimestamp sets the "commit_timestamp" field.

(t time.Time)

Source from the content-addressed store, hash-verified

95
96// SetCommitTimestamp sets the "commit_timestamp" field.
97func (gcu *GitCommitUpdate) SetCommitTimestamp(t time.Time) *GitCommitUpdate {
98 gcu.mutation.SetCommitTimestamp(t)
99 return gcu
100}
101
102// SetNillableCommitTimestamp sets the "commit_timestamp" field if the given value is not nil.
103func (gcu *GitCommitUpdate) SetNillableCommitTimestamp(t *time.Time) *GitCommitUpdate {

Callers 2

SetCommitTimestampMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected