MCPcopy Index your code
hub / github.com/git-bug/git-bug / ReadAll

Function ReadAll

entities/bug/bug.go:72–74  ·  view source on GitHub ↗

ReadAll read and parse all local bugs

(repo repository.ClockedRepo)

Source from the content-addressed store, hash-verified

70
71// ReadAll read and parse all local bugs
72func ReadAll(repo repository.ClockedRepo) <-chan entity.StreamedEntity[*Bug] {
73 return dag.ReadAll(def, wrapper, repo, simpleResolvers(repo))
74}
75
76// ReadAllWithResolver read and parse all local bugs
77func ReadAllWithResolver(repo repository.ClockedRepo, resolvers entity.Resolvers) <-chan entity.StreamedEntity[*Bug] {

Callers 2

TestReadBugsFunction · 0.92
benchmarkReadBugsFunction · 0.92

Calls 2

ReadAllFunction · 0.92
simpleResolversFunction · 0.70

Tested by 2

TestReadBugsFunction · 0.74
benchmarkReadBugsFunction · 0.74