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

Method Email

auth/principal.go:80–80  ·  view source on GitHub ↗

The user's email address.

()

Source from the content-addressed store, hash-verified

78
79 // The user's email address.
80 Email() string
81
82 // Sets the user's email address.
83 SetEmail(string) error

Callers 15

TestSerializeUserFunction · 0.95
TestConcurrentUserWritesFunction · 0.95
UpdatePrincipalMethod · 0.95
TestUserKeysHashFunction · 0.65
SaveMethod · 0.65
UpdateUserEmailMethod · 0.65
DeleteUserMethod · 0.65
TestRegisterUserFunction · 0.65
TestCASUpdatePrincipalFunction · 0.65
marshalPrincipalFunction · 0.65

Implementers 1

userImplauth/user.go

Calls

no outgoing calls

Tested by 8

TestSerializeUserFunction · 0.76
TestConcurrentUserWritesFunction · 0.76
TestUserKeysHashFunction · 0.52
TestRegisterUserFunction · 0.52
TestCASUpdatePrincipalFunction · 0.52
TestUserAPIFunction · 0.52