Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Close
Method
Close
encoding/gzip/gzip.go:112–115 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
110
}
111
112
func
(r *reader) Close() error {
113
defer
r.pool.Put(r)
114
return
r.Reader.Close()
115
}
116
117
func
(c *compressor) Name() string {
118
return
Name
Callers
nothing calls this directly
Calls
2
Put
Method · 0.65
Close
Method · 0.65
Tested by
no test coverage detected