MCPcopy Index your code
hub / github.com/chainloop-dev/chainloop / SetEmail

Method SetEmail

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

SetEmail sets the "email" field.

(s string)

Source from the content-addressed store, hash-verified

14342
14343// SetEmail sets the "email" field.
14344func (m *UserMutation) SetEmail(s string) {
14345 m.email = &s
14346}
14347
14348// Email returns the value of the "email" field in the mutation.
14349func (m *UserMutation) Email() (r string, exists bool) {

Callers 2

SetFieldMethod · 0.95
CreateByEmailMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected