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

Function SillyName

random_data.go:332–334  ·  view source on GitHub ↗

SillyName returns a silly name, useful for randomizing naming of things

()

Source from the content-addressed store, hash-verified

330
331// SillyName returns a silly name, useful for randomizing naming of things
332func SillyName() string {
333 return uppercaseFirstLetter(Noun()) + Adjective()
334}
335
336// IpV4Address returns a valid IPv4 address as string
337func IpV4Address() string {

Callers 2

GenerateProfileFunction · 0.85
TestSillyNameFunction · 0.85

Calls 3

uppercaseFirstLetterFunction · 0.85
NounFunction · 0.85
AdjectiveFunction · 0.85

Tested by 1

TestSillyNameFunction · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…