NOPTarBallMaker creates a new NOPTarBall. Used for testing purposes.
| 30 | // NOPTarBallMaker creates a new NOPTarBall. Used |
| 31 | // for testing purposes. |
| 32 | type NOPTarBallMaker struct { |
| 33 | number int |
| 34 | partSize *int64 |
| 35 | } |
| 36 | |
| 37 | // Make creates a new NOPTarBall. |
| 38 | func (tarBallMaker *NOPTarBallMaker) Make(inheritState bool) TarBall { |
nothing calls this directly
no outgoing calls
no test coverage detected