MCPcopy Create free account
hub / github.com/goadesign/goa / IPv6Address

Method IPv6Address

expr/random.go:168–170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 return r.faker.IPv4Address()
167}
168func (r *FakerRandomizer) IPv6Address() net.IP {
169 return r.faker.IPv6Address()
170}
171func (r *FakerRandomizer) URL() string {
172 return r.faker.URL()
173}

Callers

nothing calls this directly

Calls 1

IPv6AddressMethod · 0.65

Tested by

no test coverage detected