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

Function TestQueryRecentPermanodes_UnspecifiedSort

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

Source from the content-addressed store, hash-verified

1135}
1136
1137func TestQueryRecentPermanodes_UnspecifiedSort(t *testing.T) {
1138 testQueryRecentPermanodes(t, UnspecifiedSort, "corpus_permanode_created")
1139}
1140
1141func TestQueryRecentPermanodes_LastModifiedDesc(t *testing.T) {
1142 testQueryRecentPermanodes(t, LastModifiedDesc, "corpus_permanode_lastmod")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected