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

Method SetCommitMessage

ent/gitcommit_update.go:414–417  ·  view source on GitHub ↗

SetCommitMessage sets the "commit_message" field.

(s string)

Source from the content-addressed store, hash-verified

412
413// SetCommitMessage sets the "commit_message" field.
414func (gcuo *GitCommitUpdateOne) SetCommitMessage(s string) *GitCommitUpdateOne {
415 gcuo.mutation.SetCommitMessage(s)
416 return gcuo
417}
418
419// SetNillableCommitMessage sets the "commit_message" field if the given value is not nil.
420func (gcuo *GitCommitUpdateOne) SetNillableCommitMessage(s *string) *GitCommitUpdateOne {

Callers 1

Calls 1

SetCommitMessageMethod · 0.45

Tested by

no test coverage detected