MCPcopy Create free account
hub / github.com/couchbase/sync_gateway / Email

Method Email

auth/user.go:175–177  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

173}
174
175func (user *userImpl) Email() string {
176 return user.Email_
177}
178
179func (user *userImpl) SetEmail(email string) error {
180 if email != "" && !IsValidEmail(email) {

Callers 1

TestSerializeUserFunction · 0.95

Calls

no outgoing calls

Tested by 1

TestSerializeUserFunction · 0.76