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

Method Close

internal/compressions/writer_deflate.go:51–53  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49}
50
51func (this *DeflateWriter) Close() error {
52 return this.Finish(this)
53}
54
55func (this *DeflateWriter) Level() int {
56 return this.level

Callers 2

TestDeflateReaderFunction · 0.95

Calls 1

FinishMethod · 0.45

Tested by 2

TestDeflateReaderFunction · 0.76