Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sirupsen/logrus
/ testBufferPool
Struct
testBufferPool
logger_test.go:71–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
type
testBufferPool
struct
{
72
buffers []*bytes.Buffer
73
get int
74
}
75
76
func
(p *testBufferPool) Get() *bytes.Buffer {
77
p.get++
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected