bufio.Writer.Buffered (method)

4 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 {

	net/http
		h2_bundle.go#L6135: 	if rws.bw.Buffered() > 0 {