(g *gocui.Gui, v *gocui.View)
| 620 | } |
| 621 | |
| 622 | func (sb *showBug) setTitle(g *gocui.Gui, v *gocui.View) error { |
| 623 | return setTitleWithEditor(sb.bug) |
| 624 | } |
| 625 | |
| 626 | func (sb *showBug) toggleOpenClose(g *gocui.Gui, v *gocui.View) error { |
| 627 | switch sb.bug.Snapshot().Status { |
nothing calls this directly
no test coverage detected