bytes.Buffer.Grow (method)
9 uses
bytes (current package)
buffer.go#L157: func (b *Buffer) Grow(n int) {
cloud.google.com/go/logging
logging.go#L697: buf.Grow(len(s))
crypto/tls
conn.go#L797: c.rawInput.Grow(needs + bytes.MinRead)
github.com/go-git/go-git/v5/plumbing/format/packfile
patch_delta.go#L91: dst.Grow(int(targetSz))
github.com/google/safehtml
style.go#L283: b.Grow(len(s))
github.com/lib/pq/scram
scram.go#L84: c.out.Grow(256)
scram.go#L85: c.authMsg.Grow(256)
html/template
url.go#L91: b.Grow(len(s) + 16)
os/exec
exec.go#L721: buf.Grow(len(w.prefix) + len(w.suffix) + 50)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |