Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
6
type
GenericBufferPool
interface
{
7
Get() *bytes.Buffer
8
Put(b *bytes.Buffer)
9
}
Callers
15
Render
Method · 0.65
Render
Method · 0.65
Render
Method · 0.65
TestJSONPBasic
Function · 0.65
TestJSONPRenderIndented
Function · 0.65
TestJSONPCustomContentType
Function · 0.65
TestJSONPDisabledCharset
Function · 0.65
TestJSONPPerCallContentType
Function · 0.65
TestDataBinaryBasic
Function · 0.65
TestDataCustomMimeType
Function · 0.65
TestDataCustomContentType
Function · 0.65
TestDataPerCallContentType
Function · 0.65
Implementers
1
SizedBufferPool
sizedbufferpool.go
Calls
no outgoing calls
Tested by
15
TestJSONPBasic
Function · 0.52
TestJSONPRenderIndented
Function · 0.52
TestJSONPCustomContentType
Function · 0.52
TestJSONPDisabledCharset
Function · 0.52
TestJSONPPerCallContentType
Function · 0.52
TestDataBinaryBasic
Function · 0.52
TestDataCustomMimeType
Function · 0.52
TestDataCustomContentType
Function · 0.52
TestDataPerCallContentType
Function · 0.52
TestIOFSEmbedHTMLBasic
Function · 0.52
TestIOFSDirHTMLBasic
Function · 0.52
TestXMLBasic
Function · 0.52