| 156 | var useNopBufferPool atomic.Bool |
| 157 | |
| 158 | type swappableBufferPool struct { |
| 159 | mem.BufferPool |
| 160 | } |
| 161 | |
| 162 | func (p swappableBufferPool) Get(length int) *[]byte { |
| 163 | var pool mem.BufferPool |
nothing calls this directly
no outgoing calls
no test coverage detected