MCPcopy 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}
171func (r *FakerRandomizer) URL() string {
172 return r.faker.URL()
173}
174func (r *FakerRandomizer) Characters(n int) string {
175 return r.faker.Characters(n)
176}

Callers

nothing calls this directly

Calls 1

URLMethod · 0.65

Tested by

no test coverage detected