MCPcopy Index your code
hub / github.com/ByteStorage/FlyDB / initBitmap

Function initBitmap

structure/bitmap_test.go:11–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9)
10
11func initBitmap() *BitmapStructure {
12 opts := config.DefaultOptions
13 dir, _ := os.MkdirTemp("", "TestBitmapStructure")
14 opts.DirPath = dir
15 bitmap, _ := NewBitmap(opts)
16 return bitmap
17}
18
19func TestNewBitmap(t *testing.T) {
20

Calls 1

NewBitmapFunction · 0.85

Tested by

no test coverage detected