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

Struct labelSelect

termui/label_select.go:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23type labelSelect struct {
24 cache *cache.RepoCache
25 bug *cache.BugCache
26 labels []common.Label
27 labelSelect []bool
28 selected int
29 scroll int
30 childViews []string
31}
32
33func newLabelSelect() *labelSelect {
34 return &labelSelect{}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected