Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
51
func
wrapper(e *dag.Entity) *Bug {
52
return
&Bug{Entity: e}
53
}
54
55
func
simpleResolvers(repo repository.ClockedRepo) entity.Resolvers {
56
return
entity.Resolvers{
Callers
1
NewBug
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected