MCPcopy Create free account
hub / github.com/cloudreve/cloudreve / SetEmail

Method SetEmail

ent/user_create.go:78–81  ·  view source on GitHub ↗

SetEmail sets the "email" field.

(s string)

Source from the content-addressed store, hash-verified

76
77// SetEmail sets the "email" field.
78func (uc *UserCreate) SetEmail(s string) *UserCreate {
79 uc.mutation.SetEmail(s)
80 return uc
81}
82
83// SetNick sets the "nick" field.
84func (uc *UserCreate) SetNick(s string) *UserCreate {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected