MCPcopy
hub / github.com/perkeep/perkeep / TestLimitDoesntDeadlock_UnspecifiedSort

Function TestLimitDoesntDeadlock_UnspecifiedSort

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

Source from the content-addressed store, hash-verified

1765}
1766
1767func TestLimitDoesntDeadlock_UnspecifiedSort(t *testing.T) {
1768 testLimitDoesntDeadlock(t, UnspecifiedSort)
1769}
1770
1771func TestLimitDoesntDeadlock_LastModifiedDesc(t *testing.T) {
1772 testLimitDoesntDeadlock(t, LastModifiedDesc)

Callers

nothing calls this directly

Calls 1

testLimitDoesntDeadlockFunction · 0.85

Tested by

no test coverage detected