MCPcopy Create free account
hub / github.com/CPChain/chain / TestLDBParallelFuncs

Function TestLDBParallelFuncs

database/leveldb_test.go:94–98  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

92}
93
94func TestLDBParallelFuncs(t *testing.T) {
95 db, remove := newTestLDB()
96 defer remove()
97 testParallelDBFuncs(db, t)
98}
99
100func TestLDBTableFuncs(t *testing.T) {
101 db, remove := newTestLDB()

Callers

nothing calls this directly

Calls 2

newTestLDBFunction · 0.85
testParallelDBFuncsFunction · 0.85

Tested by

no test coverage detected