Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/imgproxy/imgproxy
/ newBuffer
Function
newBuffer
xmlparser/buffer.go:91–93 ·
view source on GitHub ↗
newBuffer creates a new buffer from the pool.
()
Source
from the content-addressed store, hash-verified
89
90
// newBuffer creates a new buffer from the pool.
91
func
newBuffer() *buffer {
92
return
bufPool.Get().(*buffer)
93
}
Callers
1
NewDecoder
Function · 0.70
Calls
1
Get
Method · 0.65
Tested by
no test coverage detected