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

Function Adjective

random_data.go:315–317  ·  view source on GitHub ↗

Adjective returns a random adjective

()

Source from the content-addressed store, hash-verified

313
314// Adjective returns a random adjective
315func Adjective() string {
316 return randomFrom(jsonData.Adjectives)
317}
318
319func uppercaseFirstLetter(word string) string {
320 a := []rune(word)

Callers 2

SillyNameFunction · 0.85
TestAdjectiveFunction · 0.85

Calls 1

randomFromFunction · 0.85

Tested by 1

TestAdjectiveFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…