Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
228
func
bufferPool() sync.Pool {
229
return
sync.Pool{
230
New:
func
() any {
231
b := &bytes.Buffer{}
232
return
b
233
},
234
}
235
}
Callers
1
ToMiddleware
Method · 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…