Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for writeCoverMeta (0.11 sec)

  1. src/cmd/go/internal/work/cover.go

    	}
    	_, werr := w.Write(output)
    	return werr
    }
    
    // WriteCoverMetaFilesFile writes out a summary file ("meta-files
    // file") as part of the action function for the "writeCoverMeta"
    // pseudo action employed during "go test -coverpkg" runs where there
    // are multiple tests and multiple packages covered. It builds up a
    // table mapping package import path to meta-data file fragment and
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 19:09:38 UTC 2023
    - 5.2K bytes
    - Viewed (0)
  2. src/cmd/go/internal/test/test.go

    			// package "a" build) to the package "c" run action, so
    			// that it can be incorporated with "c"'s regular
    			// metadata. To do this, we add edges from each compile
    			// action to a "writeCoverMeta" action, then from the
    			// writeCoverMeta action to each run action. Updated
    			// graph:
    			//
    			//	build("a")       build("b")         build("c")
    			//	    |   \       /   |               /   |
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 14:34:32 UTC 2024
    - 71.9K bytes
    - Viewed (0)
Back to top