MCPcopy
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
71type testBufferPool struct {
72 buffers []*bytes.Buffer
73 get int
74}
75
76func (p *testBufferPool) Get() *bytes.Buffer {
77 p.get++

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected