(want int)
| 123 | } |
| 124 | |
| 125 | func wantNumLargeBlobs(want int) func(*packTest) { |
| 126 | return func(pt *packTest) { pt.wantLargeBlobs = want } |
| 127 | } |
| 128 | |
| 129 | func wantNumSmallBlobs(want int) func(*packTest) { |
| 130 | return func(pt *packTest) { pt.wantSmallBlobs = want } |
no outgoing calls
no test coverage detected