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

Function NewQuery

query/query.go:19–24  ·  view source on GitHub ↗

NewQuery return an identity query with the default sorting (creation-desc).

()

Source from the content-addressed store, hash-verified

17
18// NewQuery return an identity query with the default sorting (creation-desc).
19func NewQuery() *Query {
20 return &Query{
21 OrderBy: OrderByCreation,
22 OrderDirection: OrderDescending,
23 }
24}
25
26type Search []string
27

Callers 2

runBugFunction · 0.92
AllBugsMethod · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected