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

Method RawClose

internal/compressions/reader_gzip.go:38–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36}
37
38func (this *GzipReader) RawClose() error {
39 return this.reader.Close()
40}
41
42func (this *GzipReader) Close() error {
43 return this.Finish(this)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected