bufio.Writer.Buffered (method)
9 uses
bufio (current package)
bufio.go#L670: func (b *Writer) Buffered() int { return b.n }
bufio.go#L679: if b.Buffered() == 0 {
bufio.go#L754: if b.Buffered() == 0 && sw == nil && tryStringWriter {
bufio.go#L758: if b.Buffered() == 0 && tryStringWriter {
bufio.go#L796: 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#L2765: if rws.bw.Buffered() > 0 {
net/http
h2_bundle.go#L6871: if rws.bw.Buffered() > 0 {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)