bufio.Writer.Available (method)
10 uses
bufio (current package)
bufio.go#L624: func (b *Writer) Available() int { return len(b.buf) - b.n }
bufio.go#L634: for len(p) > b.Available() && b.err == nil {
bufio.go#L662: if b.Available() <= 0 && b.Flush() != nil {
bufio.go#L683: n := b.Available()
bufio.go#L688: n = b.Available()
bufio.go#L705: for len(s) > b.Available() && b.err == nil {
bufio.go#L737: if b.Available() == 0 {
bufio.go#L761: if b.Available() == 0 {
net/http
h2_bundle.go#L3343: return w.bw.Available()
server.go#L867: if pool := bufioWriterPool(bw.Available()); pool != nil {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)