Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ constBufferPool
Struct
constBufferPool
credentials/alts/internal/conn/record.go:171–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
169
}
170
171
type
constBufferPool
struct
{
172
buffer []byte
173
}
174
175
func
(p *constBufferPool) Get(int) *[]byte {
176
return
&p.buffer
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected