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

Function TestSimpleStore

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

Source from the content-addressed store, hash-verified

236}
237
238func TestSimpleStore(t *testing.T) {
239 testSimpleStore(t, false)
240}
241
242func TestSimpleStoreSync(t *testing.T) {
243 testSimpleStore(t, true)

Callers

nothing calls this directly

Calls 1

testSimpleStoreFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…