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

Method LastName

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

LastName returns the value of the "last_name" field in the mutation.

()

Source from the content-addressed store, hash-verified

14553
14554// LastName returns the value of the "last_name" field in the mutation.
14555func (m *UserMutation) LastName() (r string, exists bool) {
14556 v := m.last_name
14557 if v == nil {
14558 return
14559 }
14560 return *v, true
14561}
14562
14563// OldLastName returns the old "last_name" field's value of the User entity.
14564// 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