Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PasarGuard/node
/ GetEmail
Method
GetEmail
common/service.pb.go:1423–1428 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1421
}
1422
1423
func
(x *User) GetEmail() string {
1424
if
x != nil {
1425
return
x.Email
1426
}
1427
return
""
1428
}
1429
1430
func
(x *User) GetProxies() *Proxy {
1431
if
x != nil {
Callers
1
SyncUser
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected