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

Method FirstName

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

FirstName returns the value of the "first_name" field in the mutation.

()

Source from the content-addressed store, hash-verified

14504
14505// FirstName returns the value of the "first_name" field in the mutation.
14506func (m *UserMutation) FirstName() (r string, exists bool) {
14507 v := m.first_name
14508 if v == nil {
14509 return
14510 }
14511 return *v, true
14512}
14513
14514// OldFirstName returns the old "first_name" field's value of the User entity.
14515// If the User object wasn't provided to the builder, the object is fetched from the database.

Callers 4

FieldMethod · 0.95
createSpecMethod · 0.80
sqlSaveMethod · 0.80
sqlSaveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected