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

Function TestSimpleStoreCleanupBadFiles

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

Source from the content-addressed store, hash-verified

251}
252
253func TestSimpleStoreCleanupBadFiles(t *testing.T) {
254 testSimpleStoreCleanupBadFiles(t, "cleanupBadFiles", true)
255}
256
257func TestSimpleStoreKeepBadFiles(t *testing.T) {
258 testSimpleStoreCleanupBadFiles(t, "cleanupBadFiles(false)", false)

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…