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

Method RawClose

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.65

Tested by

no test coverage detected