MCPcopy Create free account
hub / github.com/couchbase/moss / testSimpleStore

Function testSimpleStore

store_test.go:246–251  ·  view source on GitHub ↗
(t *testing.T, sync bool)

Source from the content-addressed store, hash-verified

244}
245
246func testSimpleStore(t *testing.T, sync bool) {
247 testSimpleStoreEx(t, "basic", nil,
248 StoreOptions{},
249 StorePersistOptions{NoSync: !sync},
250 CollectionOptions{}, 2)
251}
252
253func TestSimpleStoreCleanupBadFiles(t *testing.T) {
254 testSimpleStoreCleanupBadFiles(t, "cleanupBadFiles", true)

Callers 2

TestSimpleStoreFunction · 0.85
TestSimpleStoreSyncFunction · 0.85

Calls 1

testSimpleStoreExFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…