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

Method Name

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

Name returns the value of the "name" field in the mutation.

()

Source from the content-addressed store, hash-verified

4027
4028// Name returns the value of the "name" field in the mutation.
4029func (m *GroupMutation) Name() (r string, exists bool) {
4030 v := m.name
4031 if v == nil {
4032 return
4033 }
4034 return *v, true
4035}
4036
4037// OldName returns the old "name" field's value of the Group entity.
4038// If the Group object wasn't provided to the builder, the object is fetched from the database.

Callers 15

FieldMethod · 0.95
sqlSaveMethod · 0.45
sqlSaveMethod · 0.45
checkMethod · 0.45
sqlSaveMethod · 0.45
checkMethod · 0.45
sqlSaveMethod · 0.45
checkMethod · 0.45
createSpecMethod · 0.45
checkMethod · 0.45
createSpecMethod · 0.45
checkMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected