MCPcopy
hub / github.com/golang/groupcache / allocBytesSink

Struct allocBytesSink

sinks.go:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216}
217
218type allocBytesSink struct {
219 dst *[]byte
220 v ByteView
221}
222
223func (s *allocBytesSink) view() (ByteView, error) {
224 return s.v, nil

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected