Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for emitCounterDataFile (2.51 sec)

  1. src/internal/coverage/cfile/emit.go

    		m[fmt.Sprintf("argv%d", k)] = a
    	}
    	m["GOOS"] = runtime.GOOS
    	m["GOARCH"] = runtime.GOARCH
    	return m
    }
    
    // emitCounterDataFile emits the counter data portion of a
    // coverage output file (to the file 's.cf').
    func (s *emitState) emitCounterDataFile(finalHash [16]byte, w io.Writer) error {
    	cfw := encodecounter.NewCoverageDataWriter(w, coverage.CtrULeb128)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top