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.5 kB View raw
1queryString: coverage data writer 2query: (and substr:"coverage" substr:"data" substr:"writer") 3targetRank: 13 4 5github.com/golang/go/src/internal/coverage/stringtab/stringtab.go 619:type Writer struct { 727:func (stw *Writer) InitWriter() { 870:func (stw *Writer) Write(w io.Writer) error { 9hidden 16 more line matches 10 11github.com/golang/go/src/cmd/cover/func.go 12149:func (f *FuncExtent) coverage(profile *cover.Profile) (num, den int64) { 1330:// funcOutput takes two file names as arguments, a coverage profile to read as input and an output 1432:// as output the coverage data broken down by function, like this: 15hidden 8 more line matches 16 17github.com/golang/go/src/testing/fuzz.go 1893: Data []byte 19205:// modify the underlying data of the arguments provided by the fuzzing engine. 20275: run := func(captureOut io.Writer, e corpusEntry) (ok bool) { 21hidden 7 more line matches 22 23github.com/golang/go/src/cmd/cover/html.go 24199: Coverage float64 25170:type templateData struct { 2621:// htmlOutput reads the profile data from profile and generates an HTML 27hidden 18 more line matches 28 29github.com/golang/go/src/internal/fuzz/fuzz.go 30474: Data []byte 31487:func corpusEntryData(ce CorpusEntry) ([]byte, error) { 32908:func (c *coordinator) updateCoverage(newCoverage []byte) int { 33hidden 91 more line matches 34 35github.com/golang/go/src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go 36227: Data [7]byte 37449: Data [8]uint32 382384: Data *byte 39hidden 85 more line matches 40 41hidden 35 more file matches