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

Function emptyMessagePlaceholder

termui/show_bug.go:382–384  ·  view source on GitHub ↗

emptyMessagePlaceholder return a formatted placeholder for an empty message

()

Source from the content-addressed store, hash-verified

380
381// emptyMessagePlaceholder return a formatted placeholder for an empty message
382func emptyMessagePlaceholder() string {
383 return colors.BlackBold(colors.WhiteBg("No description provided."))
384}
385
386func (sb *showBug) createOpView(g *gocui.Gui, name string, x0 int, y0 int, maxX int, height int, selectable bool) (*gocui.View, error) {
387 v, err := g.SetView(name, x0, y0, maxX, y0+height+1, 0)

Callers 1

renderMainMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected