MCPcopy
hub / github.com/perkeep/perkeep / TestSorted_SQLite

Function TestSorted_SQLite

pkg/index/sqlite/sqlite_test.go:56–60  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

54}
55
56func TestSorted_SQLite(t *testing.T) {
57 kv, clean := newSorted(t)
58 defer clean()
59 kvtest.TestSorted(t, kv)
60}
61
62type tester struct{}
63

Callers

nothing calls this directly

Calls 2

TestSortedFunction · 0.92
newSortedFunction · 0.85

Tested by

no test coverage detected