Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
56
func
TestSorted_SQLite(t *testing.T) {
57
kv, clean := newSorted(t)
58
defer
clean()
59
kvtest.TestSorted(t, kv)
60
}
61
62
type
tester
struct
{}
63
Callers
nothing calls this directly
Calls
2
TestSorted
Function · 0.92
newSorted
Function · 0.85
Tested by
no test coverage detected