MCPcopy Create free account
hub / github.com/git-bug/git-bug / randomPerson

Function randomPerson

misc/random_bugs/create_random_bugs.go:136–139  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

134}
135
136func randomPerson() identity.Interface {
137 index := rand.Intn(len(persons))
138 return persons[index]
139}
140
141func paragraphs() string {
142 p := fake.Paragraphs()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected