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

Function TestQueryAroundCenter

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

Source from the content-addressed store, hash-verified

1591}
1592
1593func TestQueryAroundCenter(t *testing.T) {
1594 testAroundUnsortedSource(4, 4, t)
1595}
1596
1597func TestQueryAroundNear(t *testing.T) {
1598 testAroundUnsortedSource(5, 9, t)

Callers

nothing calls this directly

Calls 1

testAroundUnsortedSourceFunction · 0.85

Tested by

no test coverage detected