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

Method ArrayLength

expr/random.go:23–23  ·  view source on GitHub ↗

ArrayLength decides how long an example array will be

()

Source from the content-addressed store, hash-verified

21type Randomizer interface {
22 // ArrayLength decides how long an example array will be
23 ArrayLength() int
24 // Int generates an integer example
25 Int() int
26 // Int32 generates an int32 example

Callers 1

NewLengthFunction · 0.65

Implementers 2

FakerRandomizerexpr/random.go

Calls

no outgoing calls

Tested by

no test coverage detected