Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goadesign/goa
/ Email
Method
Email
expr/random.go:159–161 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
157
return
r.rand.Uint64()
158
}
159
func
(r *FakerRandomizer) Email() string {
160
return
r.faker.Email()
161
}
162
func
(r *FakerRandomizer) Hostname() string {
163
return
r.faker.DomainName() +
"."
+ r.faker.DomainSuffix()
164
}
Callers
nothing calls this directly
Calls
1
Email
Method · 0.65
Tested by
no test coverage detected