Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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.
33
type
Buffer
struct
{
34
pool *sync.Pool
35
}
36
37
func
newBuffer() *Buffer {
38
return
&Buffer{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected