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

Function newMsgPopup

termui/msg_popup.go:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19}
20
21func newMsgPopup() *msgPopup {
22 return &msgPopup{
23 message: "",
24 }
25}
26
27func (ep *msgPopup) keybindings(g *gocui.Gui) error {
28 if err := g.SetKeybinding(msgPopupView, gocui.KeySpace, gocui.ModNone, ep.close); err != nil {

Callers 1

RunFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected