MCPcopy Create free account
hub / github.com/Pallinder/go-randomdata / Noun

Function Noun

random_data.go:310–312  ·  view source on GitHub ↗

Noun returns a random noun

()

Source from the content-addressed store, hash-verified

308
309// Noun returns a random noun
310func Noun() string {
311 return randomFrom(jsonData.Nouns)
312}
313
314// Adjective returns a random adjective
315func Adjective() string {

Callers 2

SillyNameFunction · 0.85
TestNounFunction · 0.85

Calls 1

randomFromFunction · 0.85

Tested by 1

TestNounFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…