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

Struct showBug

termui/show_bug.go:35–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35type showBug struct {
36 cache *cache.RepoCache
37 bug *cache.BugCache
38 childViews []string
39 mainSelectableView []string
40 sideSelectableView []string
41 selected string
42 isOnSide bool
43 scroll int
44}
45
46func newShowBug(cache *cache.RepoCache) *showBug {
47 return &showBug{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected