Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for coverRegisterFile (0.15 sec)

  1. src/cmd/go/internal/load/test.go

    )
    
    func init() {
    	{{range $i, $p := .Cover.Vars}}
    	{{range $file, $cover := $p.Vars}}
    	coverRegisterFile({{printf "%q" $cover.File}}, _cover{{$i}}.{{$cover.Var}}.Count[:], _cover{{$i}}.{{$cover.Var}}.Pos[:], _cover{{$i}}.{{$cover.Var}}.NumStmt[:])
    	{{end}}
    	{{end}}
    }
    
    func coverRegisterFile(fileName string, counter []uint32, pos []uint32, numStmts []uint16) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 14:01:23 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top