(want int)
| 127 | } |
| 128 | |
| 129 | func wantNumSmallBlobs(want int) func(*packTest) { |
| 130 | return func(pt *packTest) { pt.wantSmallBlobs = want } |
| 131 | } |
| 132 | |
| 133 | func okayWithoutMeta(refStr string) func(*packTest) { |
| 134 | return func(pt *packTest) { |
no outgoing calls
no test coverage detected