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.1 kB View raw
1queryString: bufio flush writer 2query: (and substr:"bufio" substr:"flush" substr:"writer") 3targetRank: 25 4 5github.com/golang/go/src/image/gif/writer.go 643:type writer interface { 777:func (b blockWriter) Flush() error { 8123:func (e *encoder) flush() { 9hidden 28 more line matches 10 11github.com/golang/go/src/image/jpeg/writer.go 12211:type writer interface { 13231:func (e *encoder) flush() { 14212: Flush() error 15hidden 11 more line matches 16 17github.com/golang/go/src/compress/lzw/writer.go 1815:type writer interface { 1936:type Writer struct { 2017: Flush() error 21hidden 36 more line matches 22 23github.com/golang/go/src/bufio/bufio.go 24579:type Writer struct { 25635:func (b *Writer) Flush() error { 26836: *Writer 27hidden 72 more line matches 28 29github.com/golang/go/src/archive/zip/writer.go 3024:type Writer struct { 3161:func (w *Writer) Flush() error { 32607: io.Writer 33hidden 55 more line matches 34 35github.com/golang/go/src/encoding/csv/writer.go 3630:type Writer struct { 37123:func (w *Writer) Flush() { 3837:func NewWriter(w io.Writer) *Writer { 39hidden 25 more line matches 40 41hidden 78 more file matches