Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/git-bug/git-bug
/ NewBug
Function
NewBug
entities/bug/bug.go:47–49 ·
view source on GitHub ↗
NewBug create a new Bug
()
Source
from the content-addressed store, hash-verified
45
46
// NewBug create a new Bug
47
func
NewBug() *Bug {
48
return
wrapper(dag.New(def))
49
}
50
51
func
wrapper(e *dag.Entity) *Bug {
52
return
&Bug{Entity: e}
Callers
1
Create
Function · 0.85
Calls
2
New
Function · 0.92
wrapper
Function · 0.70
Tested by
no test coverage detected