MCPcopy
hub / github.com/perkeep/perkeep / wantNumSmallBlobs

Function wantNumSmallBlobs

pkg/blobserver/blobpacked/blobpacked_test.go:129–131  ·  view source on GitHub ↗
(want int)

Source from the content-addressed store, hash-verified

127}
128
129func wantNumSmallBlobs(want int) func(*packTest) {
130 return func(pt *packTest) { pt.wantSmallBlobs = want }
131}
132
133func okayWithoutMeta(refStr string) func(*packTest) {
134 return func(pt *packTest) {

Callers 6

TestPackNormalFunction · 0.85
TestPackNoDeleteFunction · 0.85
TestPackLargeFunction · 0.85
TestReindexFunction · 0.85
TestForeachZipBlobFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected