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

Method newBug

termui/bug_table.go:445–447  ·  view source on GitHub ↗
(g *gocui.Gui, v *gocui.View)

Source from the content-addressed store, hash-verified

443}
444
445func (bt *bugTable) newBug(g *gocui.Gui, v *gocui.View) error {
446 return newBugWithEditor(bt.repo)
447}
448
449func (bt *bugTable) openBug(g *gocui.Gui, v *gocui.View) error {
450 if len(bt.excerpts) == 0 {

Callers

nothing calls this directly

Calls 1

newBugWithEditorFunction · 0.85

Tested by

no test coverage detected