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

Function DefaultOptions

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

Source from the content-addressed store, hash-verified

22}
23
24func DefaultOptions() Options {
25 return Options{
26 BugNumber: 15,
27 PersonNumber: 5,
28 MinOp: 3,
29 MaxOp: 20,
30 }
31}
32
33func FillRepo(repo repository.ClockedRepo, bugNumber int) {
34 FillRepoWithSeed(repo, bugNumber, time.Now().UnixNano())

Callers 1

FillRepoWithSeedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected