(g *gocui.Gui, v *gocui.View)
| 443 | } |
| 444 | |
| 445 | func (bt *bugTable) newBug(g *gocui.Gui, v *gocui.View) error { |
| 446 | return newBugWithEditor(bt.repo) |
| 447 | } |
| 448 | |
| 449 | func (bt *bugTable) openBug(g *gocui.Gui, v *gocui.View) error { |
| 450 | if len(bt.excerpts) == 0 { |
nothing calls this directly
no test coverage detected