MCPcopy Create free account
hub / github.com/chainloop-dev/chainloop / SetName

Method SetName

app/controlplane/pkg/data/ent/mutation.go:4024–4026  ·  view source on GitHub ↗

SetName sets the "name" field.

(s string)

Source from the content-addressed store, hash-verified

4022
4023// SetName sets the "name" field.
4024func (m *GroupMutation) SetName(s string) {
4025 m.name = &s
4026}
4027
4028// Name returns the value of the "name" field in the mutation.
4029func (m *GroupMutation) Name() (r string, exists bool) {

Callers 10

SetFieldMethod · 0.95
CreateMethod · 0.45
CreateMethod · 0.45
addCreateToTxMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45
CreateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected