bufio.Writer.Buffered (method)
6 uses
bufio (current package)
bufio.go#L667: func (b *Writer) Buffered() int { return b.n }
bufio.go#L676: if b.Buffered() == 0 {
bufio.go#L751: if b.Buffered() == 0 && sw == nil && tryStringWriter {
bufio.go#L755: if b.Buffered() == 0 && tryStringWriter {
bufio.go#L793: if readerFromOK && b.Buffered() == 0 {
net/http
h2_bundle.go#L6703: if rws.bw.Buffered() > 0 {
![]() |
The pages are generated with Golds v0.7.6. (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. |