MCPcopy
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
79func (z *writer) Close() error {
80 defer z.pool.Put(z)
81 return z.Writer.Close()
82}
83
84var _ io.Closer = &reader{}
85

Callers

nothing calls this directly

Calls 2

PutMethod · 0.65
CloseMethod · 0.65

Tested by

no test coverage detected