MCPcopy
hub / github.com/mochi-mqtt/server / Buffer

Struct Buffer

mempool/bufpool.go:33–35  ·  view source on GitHub ↗

Buffer is a Buffer pool.

Source from the content-addressed store, hash-verified

31
32// Buffer is a Buffer pool.
33type Buffer struct {
34 pool *sync.Pool
35}
36
37func newBuffer() *Buffer {
38 return &Buffer{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected