bytes.Buffer.Cap (method)
2 uses
bytes (current package)
buffer.go#L89: func (b *Buffer) Cap() int { return cap(b.buf) }
github.com/jackc/pgx/v5/pgproto3
trace.go#L367: if t.buf.Cap() > 1024 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)