fork of https://github.com/sourcegraph/zoekt
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/cmd/cover/html.go
18199: Coverage float64
19170:type templateData struct {
2021:// htmlOutput reads the profile data from profile and generates an HTML
21hidden 18 more line matches
22
23github.com/golang/go/src/internal/fuzz/fuzz.go
24474: Data []byte
25487:func corpusEntryData(ce CorpusEntry) ([]byte, error) {
26908:func (c *coordinator) updateCoverage(newCoverage []byte) int {
27hidden 91 more line matches
28
29github.com/golang/go/src/testing/fuzz.go
3093: Data []byte
31205:// modify the underlying data of the arguments provided by the fuzzing engine.
32275: run := func(captureOut io.Writer, e corpusEntry) (ok bool) {
33hidden 7 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