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

Method SetRepoName

ent/gitcommit_update.go:69–72  ·  view source on GitHub ↗

SetRepoName sets the "repo_name" field.

(s string)

Source from the content-addressed store, hash-verified

67
68// SetRepoName sets the "repo_name" field.
69func (gcu *GitCommitUpdate) SetRepoName(s string) *GitCommitUpdate {
70 gcu.mutation.SetRepoName(s)
71 return gcu
72}
73
74// SetNillableRepoName sets the "repo_name" field if the given value is not nil.
75func (gcu *GitCommitUpdate) SetNillableRepoName(s *string) *GitCommitUpdate {

Callers 2

SetNillableRepoNameMethod · 0.95
SetRepoNameMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected