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

Function TestStoreOps

store_test.go:507–509  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

505}
506
507func TestStoreOps(t *testing.T) {
508 testStoreOps(t, StorePersistOptions{})
509}
510
511func TestStoreOpsCompactionForce(t *testing.T) {
512 testStoreOps(t, StorePersistOptions{CompactionConcern: CompactionForce})

Callers

nothing calls this directly

Calls 1

testStoreOpsFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…