Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/goadesign/goa
/ URL
Method
URL
expr/random.go:171–173 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
169
return
r.faker.IPv6Address()
170
}
171
func
(r *FakerRandomizer) URL() string {
172
return
r.faker.URL()
173
}
174
func
(r *FakerRandomizer) Characters(n int) string {
175
return
r.faker.Characters(n)
176
}
Callers
nothing calls this directly
Calls
1
URL
Method · 0.65
Tested by
no test coverage detected