bufio.Writer.Buffered (method)
7 uses
bufio (current package)
bufio.go#L627: func (b *Writer) Buffered() int { return b.n }
bufio.go#L636: if b.Buffered() == 0 {
bufio.go#L728: if b.Buffered() == 0 {
encoding/xml
marshal.go#L227: if t.Target == "xml" && p.Buffered() != 0 {
github.com/go-redis/redis/v8/internal/pool
conn.go#L84: if cn.bw.Buffered() > 0 {
golang.org/x/net/http2
server.go#L2580: if rws.bw.Buffered() > 0 {
net/http
h2_bundle.go#L6135: if rws.bw.Buffered() > 0 {
![]() |
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. |