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

Configure Feed

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

1queryString: bytes buffer 2query: (and substr:"bytes" substr:"buffer") 3targetRank: 1 4 5**github.com/golang/go/src/bytes/buffer.go** 620:type Buffer struct { 754:func (b *Buffer) Bytes() []byte { return b.buf[b.off:] } 85:package bytes 9hidden 126 more line matches 10 11github.com/golang/go/src/cmd/internal/edit/edit.go 1214:type Buffer struct { 1368:func (b *Buffer) Bytes() []byte { 1441:func NewBuffer(data []byte) *Buffer { 15hidden 13 more line matches 16 17github.com/golang/go/src/hash/crc32/crc32_ppc64le.s 18122: SLD $2,R8 // convert index-> bytes 1959: MOVWZ 0(R5),R8 // 0-3 bytes of p ?Endian? 2060: MOVWZ 4(R5),R9 // 4-7 bytes of p 21hidden 35 more line matches 22 23github.com/golang/go/src/fmt/print.go 24101:type buffer []byte 25509:func (p *pp) fmtBytes(v []byte, verb rune, typeString string) { 2617:// Strings for use with buffer.WriteString. 27hidden 28 more line matches 28 29github.com/golang/go/src/bufio/scan.go 30106:func (s *Scanner) Bytes() []byte { 31267:func (s *Scanner) Buffer(buf []byte, max int) { 32289:func ScanBytes(data []byte, atEOF bool) (advance int, token []byte, err error) { 33hidden 26 more line matches 34 35github.com/golang/go/src/os/exec/exec.go 361134:func (w *prefixSuffixSaver) Bytes() []byte { 3794: "bytes" 38396: if i := bytes.Index(stack, []byte("\nos/exec.Command(")); i >= 0 { 39hidden 17 more line matches 40 41hidden 494 more file matches