strings.Builder.Cap (method)
3 uses
strings (current package)
builder.go#L56: func (b *Builder) Cap() int { return cap(b.buf) }
strings.go#L496: if b.Cap() == 0 { // didn't call b.Grow above
strings.go#L655: if b.Cap() == 0 { // didn't call b.Grow above
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)