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

Struct emptyBuffer

mem/buffers.go:260–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258}
259
260type emptyBuffer struct{}
261
262func (e emptyBuffer) ReadOnlyData() []byte {
263 return nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected