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

Method setTitle

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

Source from the content-addressed store, hash-verified

620}
621
622func (sb *showBug) setTitle(g *gocui.Gui, v *gocui.View) error {
623 return setTitleWithEditor(sb.bug)
624}
625
626func (sb *showBug) toggleOpenClose(g *gocui.Gui, v *gocui.View) error {
627 switch sb.bug.Snapshot().Status {

Callers

nothing calls this directly

Calls 1

setTitleWithEditorFunction · 0.85

Tested by

no test coverage detected