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

Function wrapper

entities/bug/bug.go:51–53  ·  view source on GitHub ↗
(e *dag.Entity)

Source from the content-addressed store, hash-verified

49}
50
51func wrapper(e *dag.Entity) *Bug {
52 return &Bug{Entity: e}
53}
54
55func simpleResolvers(repo repository.ClockedRepo) entity.Resolvers {
56 return entity.Resolvers{

Callers 1

NewBugFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected