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

Method comment

termui/show_bug.go:618–620  ·  view source on GitHub ↗
(g *gocui.Gui, v *gocui.View)

Source from the content-addressed store, hash-verified

616}
617
618func (sb *showBug) comment(g *gocui.Gui, v *gocui.View) error {
619 return addCommentWithEditor(sb.bug)
620}
621
622func (sb *showBug) setTitle(g *gocui.Gui, v *gocui.View) error {
623 return setTitleWithEditor(sb.bug)

Callers

nothing calls this directly

Calls 1

addCommentWithEditorFunction · 0.85

Tested by

no test coverage detected