MCPcopy Index your code
hub / github.com/labstack/echo / bufferPool

Function bufferPool

middleware/compress.go:228–235  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

226}
227
228func bufferPool() sync.Pool {
229 return sync.Pool{
230 New: func() any {
231 b := &bytes.Buffer{}
232 return b
233 },
234 }
235}

Callers 1

ToMiddlewareMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…