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

Function TestQueryAroundNear

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

Source from the content-addressed store, hash-verified

1595}
1596
1597func TestQueryAroundNear(t *testing.T) {
1598 testAroundUnsortedSource(5, 9, t)
1599}
1600
1601func TestQueryAroundFar(t *testing.T) {
1602 testAroundUnsortedSource(3, 4, t)

Callers

nothing calls this directly

Calls 1

testAroundUnsortedSourceFunction · 0.85

Tested by

no test coverage detected