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

Method Reset

internal/compressions/writer_zstd.go:44–46  ·  view source on GitHub ↗
(writer io.Writer)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

ResetMethod · 0.65

Tested by

no test coverage detected