MCPcopy
hub / github.com/wal-g/wal-g / NOPTarBallMaker

Struct NOPTarBallMaker

internal/nop_tarball.go:32–35  ·  view source on GitHub ↗

NOPTarBallMaker creates a new NOPTarBall. Used for testing purposes.

Source from the content-addressed store, hash-verified

30// NOPTarBallMaker creates a new NOPTarBall. Used
31// for testing purposes.
32type NOPTarBallMaker struct {
33 number int
34 partSize *int64
35}
36
37// Make creates a new NOPTarBall.
38func (tarBallMaker *NOPTarBallMaker) Make(inheritState bool) TarBall {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected