Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
38
func
(this *GzipReader) RawClose() error {
39
return
this.reader.Close()
40
}
41
42
func
(this *GzipReader) Close() error {
43
return
this.Finish(this)
Callers
nothing calls this directly
Calls
1
Close
Method · 0.65
Tested by
no test coverage detected