MCPcopy 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
47func NewBug() *Bug {
48 return wrapper(dag.New(def))
49}
50
51func wrapper(e *dag.Entity) *Bug {
52 return &Bug{Entity: e}

Callers 1

CreateFunction · 0.85

Calls 2

NewFunction · 0.92
wrapperFunction · 0.70

Tested by

no test coverage detected