(g *gocui.Gui, v *gocui.View)
| 267 | } |
| 268 | |
| 269 | func (ls *labelSelect) abort(g *gocui.Gui, v *gocui.View) error { |
| 270 | return ui.activateWindow(ui.showBug) |
| 271 | } |
| 272 | |
| 273 | func (ls *labelSelect) saveAndReturn(g *gocui.Gui, v *gocui.View) error { |
| 274 | bugLabels := ls.bug.Snapshot().Labels |
nothing calls this directly
no test coverage detected