MCPcopy
hub / github.com/perkeep/perkeep / wantNumLargeBlobs

Function wantNumLargeBlobs

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

Source from the content-addressed store, hash-verified

123}
124
125func wantNumLargeBlobs(want int) func(*packTest) {
126 return func(pt *packTest) { pt.wantLargeBlobs = want }
127}
128
129func wantNumSmallBlobs(want int) func(*packTest) {
130 return func(pt *packTest) { pt.wantSmallBlobs = want }

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