MCPcopy 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.
91func newBuffer() *buffer {
92 return bufPool.Get().(*buffer)
93}

Callers 1

NewDecoderFunction · 0.70

Calls 1

GetMethod · 0.65

Tested by

no test coverage detected