MCPcopy
hub / github.com/perkeep/perkeep / TestLimitDoesntDeadlock_LastModifiedDesc

Function TestLimitDoesntDeadlock_LastModifiedDesc

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

Source from the content-addressed store, hash-verified

1769}
1770
1771func TestLimitDoesntDeadlock_LastModifiedDesc(t *testing.T) {
1772 testLimitDoesntDeadlock(t, LastModifiedDesc)
1773}
1774
1775func TestLimitDoesntDeadlock_CreatedDesc(t *testing.T) {
1776 testLimitDoesntDeadlock(t, CreatedDesc)

Callers

nothing calls this directly

Calls 1

testLimitDoesntDeadlockFunction · 0.85

Tested by

no test coverage detected