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

Method Get

genericbufferpool.go:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 15

RenderMethod · 0.65
RenderMethod · 0.65
RenderMethod · 0.65
TestJSONPBasicFunction · 0.65
TestJSONPRenderIndentedFunction · 0.65
TestJSONPDisabledCharsetFunction · 0.65
TestDataBinaryBasicFunction · 0.65
TestDataCustomMimeTypeFunction · 0.65

Implementers 1

SizedBufferPoolsizedbufferpool.go

Calls

no outgoing calls

Tested by 15

TestJSONPBasicFunction · 0.52
TestJSONPRenderIndentedFunction · 0.52
TestJSONPDisabledCharsetFunction · 0.52
TestDataBinaryBasicFunction · 0.52
TestDataCustomMimeTypeFunction · 0.52
TestIOFSEmbedHTMLBasicFunction · 0.52
TestIOFSDirHTMLBasicFunction · 0.52
TestXMLBasicFunction · 0.52