MCPcopy
hub / github.com/perkeep/perkeep / newTempDiskpackedMemory

Function newTempDiskpackedMemory

pkg/blobserver/diskpacked/diskpacked_test.go:47–51  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

45}
46
47func newTempDiskpackedMemory(t *testing.T) blobserver.Storage {
48 return newTempDiskpackedWithIndex(t, jsonconfig.Obj{
49 "type": "memory",
50 })
51}
52
53func newTempDiskpackedWithIndex(t *testing.T, indexConf jsonconfig.Obj) blobserver.Storage {
54 restoreLogging := test.TLog(t)

Callers 1

TestCloseFunction · 0.85

Calls 1

Tested by

no test coverage detected