bufio.Writer.Buffered (method)
8 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 {
github.com/coder/websocket
write.go#L393: i := c.bw.Buffered()
write.go#L402: maskKey = mask(c.writeBuf[i:c.bw.Buffered()], maskKey)
net/http
h2_bundle.go#L6871: if rws.bw.Buffered() > 0 {
![]() |
The pages are generated with Golds v0.8.4. (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. |