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

Function FillRepo

misc/random_bugs/create_random_bugs.go:33–35  ·  view source on GitHub ↗
(repo repository.ClockedRepo, bugNumber int)

Source from the content-addressed store, hash-verified

31}
32
33func FillRepo(repo repository.ClockedRepo, bugNumber int) {
34 FillRepoWithSeed(repo, bugNumber, time.Now().UnixNano())
35}
36
37func FillRepoWithSeed(repo repository.ClockedRepo, bugNumber int, seed int64) {
38 options := DefaultOptions()

Callers

nothing calls this directly

Calls 1

FillRepoWithSeedFunction · 0.85

Tested by

no test coverage detected