MCPcopy
hub / github.com/perkeep/perkeep / ExportPlannedQuery

Method ExportPlannedQuery

pkg/search/export_test.go:37–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

35func ExportBufferedConst() int { return buffered }
36
37func (q *SearchQuery) ExportPlannedQuery() *SearchQuery {
38 return q.plannedQuery(nil)
39}
40
41var SortName = sortName
42

Callers 1

TestPlannedQueryFunction · 0.80

Calls 1

plannedQueryMethod · 0.95

Tested by

no test coverage detected