MCPcopy Create free account
hub / github.com/cloudfoundry/cli / RandomAdjective

Method RandomAdjective

util/randomword/generator.go:208–210  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206}
207
208func (gen Generator) RandomAdjective() string {
209 return randomElement(gen.r, adjectives)
210}
211
212func (gen Generator) RandomNoun() string {
213 return randomElement(gen.r, nouns)

Callers 2

BabbleMethod · 0.95
generator_test.goFile · 0.80

Calls 1

randomElementFunction · 0.85

Tested by

no test coverage detected