Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
175
func
(user *userImpl) Email() string {
176
return
user.Email_
177
}
178
179
func
(user *userImpl) SetEmail(email string) error {
180
if
email !=
""
&& !IsValidEmail(email) {
Callers
1
TestSerializeUser
Function · 0.95
Calls
no outgoing calls
Tested by
1
TestSerializeUser
Function · 0.76