MCPcopy Index your code
hub / github.com/unrolled/render / GenericBufferPool

Interface GenericBufferPool

genericbufferpool.go:6–9  ·  view source on GitHub ↗

GenericBufferPool abstracts buffer pool implementations.

Source from the content-addressed store, hash-verified

4
5// GenericBufferPool abstracts buffer pool implementations.
6type GenericBufferPool interface {
7 Get() *bytes.Buffer
8 Put(b *bytes.Buffer)
9}

Callers 9

RenderMethod · 0.65
RenderMethod · 0.65
RenderMethod · 0.65
TestJSONPBasicFunction · 0.65
TestJSONPRenderIndentedFunction · 0.65
TestJSONPDisabledCharsetFunction · 0.65
RenderMethod · 0.65

Implementers 1

SizedBufferPoolsizedbufferpool.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…