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

Struct Writer

internal/compression/none/compressor.go:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type Writer struct {
25 writer io.Writer
26 isClosed bool
27}
28
29func (w *Writer) Write(p []byte) (n int, err error) {
30 if w.isClosed {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected