MCPcopy Index your code
hub / github.com/perkeep/perkeep / TestQueryRecentPermanodes_CreatedDesc

Function TestQueryRecentPermanodes_CreatedDesc

pkg/search/query_test.go:1145–1147  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

1143}
1144
1145func TestQueryRecentPermanodes_CreatedDesc(t *testing.T) {
1146 testQueryRecentPermanodes(t, CreatedDesc, "corpus_permanode_created")
1147}
1148
1149func testQueryRecentPermanodes(t *testing.T, sortType SortType, source string) {
1150 testQueryTypes(t, memIndexTypes, func(qt *queryTest) {

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected