MCPcopy
hub / github.com/grpc/grpc-go / constBufferPool

Struct constBufferPool

internal/transport/readyreader/ready_reader.go:245–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243}
244
245type constBufferPool struct {
246 buffer []byte
247}
248
249func (p *constBufferPool) Get(int) *[]byte {
250 return &p.buffer

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected