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

Struct bugTable

termui/bug_table.go:37–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37type bugTable struct {
38 repo *cache.RepoCache
39 queryStr string
40 query *query.Query
41 allIds []entity.Id
42 excerpts []*cache.BugExcerpt
43 pageCursor int
44 selectCursor int
45}
46
47func newBugTable(c *cache.RepoCache) *bugTable {
48 q, err := query.Parse(defaultQuery)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected