Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ Close
Method
Close
encoding/gzip/gzip.go:79–82 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
77
}
78
79
func
(z *writer) Close() error {
80
defer
z.pool.Put(z)
81
return
z.Writer.Close()
82
}
83
84
var
_ io.Closer = &reader{}
85
Callers
nothing calls this directly
Calls
2
Put
Method · 0.65
Close
Method · 0.65
Tested by
no test coverage detected