strings.Builder.Len (method)
8 uses
strings (current package)
builder.go#L51: func (b *Builder) Len() int { return len(b.buf) }
strings.go#L679: for b.Len() < n {
strings.go#L680: chunk := min(n-b.Len(), b.Len(), chunkMax)
crypto/x509
verify.go#L127: if valid.Len() > 0 {
verify.go#L139: if valid.Len() == 0 {
net/url
url.go#L842: if buf.Len() == 0 {
url.go#L1012: if buf.Len() > 0 {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |