bufio.Reader.fill (method)
8 uses
bufio (current package)
bufio.go#L87: func (b *Reader) fill() {
bufio.go#L139: b.fill() // b.w-b.r < len(b.buf) => buffer is not full
bufio.go#L175: b.fill()
bufio.go#L253: b.fill() // buffer is empty
bufio.go#L288: b.fill() // b.w-b.r < len(buf) => buffer is not full
bufio.go#L360: b.fill() // buffer is not full
bufio.go#L518: b.fill() // buffer not full
bufio.go#L528: b.fill() // buffer is empty
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)