Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
136
func
randomPerson() identity.Interface {
137
index := rand.Intn(len(persons))
138
return
persons[index]
139
}
140
141
func
paragraphs() string {
142
p := fake.Paragraphs()
Callers
1
generateRandomBugsWithSeed
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected