bufio.Writer.Buffered (method)
9 uses
bufio (current package)
bufio.go#L671: func (b *Writer) Buffered() int { return b.n }
bufio.go#L680: if b.Buffered() == 0 {
bufio.go#L755: if b.Buffered() == 0 && sw == nil && tryStringWriter {
bufio.go#L759: if b.Buffered() == 0 && tryStringWriter {
bufio.go#L797: if readerFromOK && b.Buffered() == 0 {
encoding/xml
marshal.go#L237: if t.Target == "xml" && p.w.Buffered() != 0 {
go.uber.org/zap/zapcore
buffered_write_syncer.go#L148: if len(bs) > s.writer.Available() && s.writer.Buffered() > 0 {
golang.org/x/net/http2
server.go#L2868: if rws.bw.Buffered() > 0 {
net/http
h2_bundle.go#L6988: if rws.bw.Buffered() > 0 {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)