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

Method Characters

expr/random.go:174–176  ·  view source on GitHub ↗
(n int)

Source from the content-addressed store, hash-verified

172 return r.faker.URL()
173}
174func (r *FakerRandomizer) Characters(n int) string {
175 return r.faker.Characters(n)
176}
177func (r *FakerRandomizer) UUID() string {
178 uuid := make([]byte, 16)
179 r.rand.Read(uuid)

Callers

nothing calls this directly

Calls 1

CharactersMethod · 0.65

Tested by

no test coverage detected