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

Method SetCommitMessage

ent/gitcommit_update.go:83–86  ·  view source on GitHub ↗

SetCommitMessage sets the "commit_message" field.

(s string)

Source from the content-addressed store, hash-verified

81
82// SetCommitMessage sets the "commit_message" field.
83func (gcu *GitCommitUpdate) SetCommitMessage(s string) *GitCommitUpdate {
84 gcu.mutation.SetCommitMessage(s)
85 return gcu
86}
87
88// SetNillableCommitMessage sets the "commit_message" field if the given value is not nil.
89func (gcu *GitCommitUpdate) SetNillableCommitMessage(s *string) *GitCommitUpdate {

Callers 2

SetCommitMessageMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected