MCPcopy
hub / github.com/perkeep/perkeep / TestQueryRecentPermanodes_LastModifiedDesc

Function TestQueryRecentPermanodes_LastModifiedDesc

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

Source from the content-addressed store, hash-verified

1139}
1140
1141func TestQueryRecentPermanodes_LastModifiedDesc(t *testing.T) {
1142 testQueryRecentPermanodes(t, LastModifiedDesc, "corpus_permanode_lastmod")
1143}
1144
1145func TestQueryRecentPermanodes_CreatedDesc(t *testing.T) {
1146 testQueryRecentPermanodes(t, CreatedDesc, "corpus_permanode_created")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected