MCPcopy Create free account
hub / github.com/cortexproject/cortex / wrappedBufferPool

Struct wrappedBufferPool

pkg/cortexpb/codec_test.go:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9)
10
11type wrappedBufferPool struct {
12 inner mem.BufferPool
13 getCount int
14 putCount int
15}
16
17func (w *wrappedBufferPool) Get(length int) *[]byte {
18 w.getCount++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected