MCPcopy Create free account
hub / github.com/GoEdgeLab/EdgeNode / Reset

Method Reset

internal/compressions/writer_gzip.go:43–45  ·  view source on GitHub ↗
(writer io.Writer)

Source from the content-addressed store, hash-verified

41}
42
43func (this *GzipWriter) Reset(writer io.Writer) {
44 this.writer.Reset(writer)
45}
46
47func (this *GzipWriter) RawClose() error {
48 return this.writer.Close()

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.65

Tested by

no test coverage detected