fork of https://github.com/sourcegraph/zoekt
0

Configure Feed

Select the types of activity you want to include in your feed.

at main 1.3 kB View raw
1queryString: bufio buffer 2query: (and substr:"bufio" substr:"buffer") 3targetRank: 2 4 5github.com/golang/go/src/bytes/buffer.go 620:type Buffer struct { 760:func (b *Buffer) AvailableBuffer() []byte { return b.buf[len(b.buf):] } 8472:func NewBuffer(buf []byte) *Buffer { return &Buffer{buf: buf} } 9hidden 108 more line matches 10 11**github.com/golang/go/src/bufio/scan.go** 12267:func (s *Scanner) Buffer(buf []byte, max int) { 135:package bufio 1425:// large to fit in the buffer. When a scan stops, the reader may have 15hidden 21 more line matches 16 17github.com/golang/go/src/bufio/bufio.go 188:package bufio 19665:func (b *Writer) AvailableBuffer() []byte { 20338:func (b *Reader) Buffered() int { return b.w - b.r } 21hidden 89 more line matches 22 23github.com/golang/go/src/cmd/doc/pkg.go 2459: bytes.Buffer 2556:type pkgBuffer struct { 268: "bufio" 27hidden 8 more line matches 28 29github.com/golang/go/src/net/http/h2_bundle.go 303716:type http2pipeBuffer interface { 311086:type http2dataBuffer struct { 323724:func (p *http2pipe) setBuffer(b http2pipeBuffer) { 33hidden 116 more line matches 34 35github.com/golang/go/src/image/png/writer.go 3636:type EncoderBuffer encoder 3724: BufferPool EncoderBufferPool 3830:type EncoderBufferPool interface { 39hidden 18 more line matches 40 41hidden 113 more file matches