strings.Builder.Len (method)
13 uses
strings (current package)
builder.go#L45: func (b *Builder) Len() int { return len(b.buf) }
strings.go#L675: for b.Len() < n {
strings.go#L676: chunk := min(n-b.Len(), b.Len(), chunkMax)
flag
flag.go#L619: if b.Len() <= 4 { // space, space, '-', 'x'.
github.com/aws/smithy-go
validation.go#L95: if sb.Len() > 0 {
github.com/aws/smithy-go/transport/http
user_agent.go#L33: if u.sb.Len() > 0 {
go/doc/comment
parse.go#L905: if w.Len() > 0 {
go/types
format.go#L149: if buf.Len() < len(s) {
html/template
js.go#L241: if buf.Len() != 0 {
net/url
url.go#L875: if buf.Len() == 0 {
url.go#L1012: if buf.Len() > 0 {
text/template
exec.go#L243: if b.Len() == 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)