(g *gocui.Gui, v *gocui.View)
| 616 | } |
| 617 | |
| 618 | func (sb *showBug) comment(g *gocui.Gui, v *gocui.View) error { |
| 619 | return addCommentWithEditor(sb.bug) |
| 620 | } |
| 621 | |
| 622 | func (sb *showBug) setTitle(g *gocui.Gui, v *gocui.View) error { |
| 623 | return setTitleWithEditor(sb.bug) |
nothing calls this directly
no test coverage detected