Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ Get
Method
Get
buffer_pool.go:14–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
type
BufferPool
interface
{
13
Put(*bytes.Buffer)
14
Get() *bytes.Buffer
15
}
16
17
type
defaultPool
struct
{
Callers
3
Get
Method · 0.65
newEntry
Method · 0.65
log
Method · 0.65
Implementers
2
defaultPool
buffer_pool.go
testBufferPool
logger_test.go
Calls
no outgoing calls
Tested by
no test coverage detected