Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for collectNodes (0.1 sec)

  1. src/internal/coverage/pods/pods.go

    // reading.
    //
    // CollectPods skips over any file that is not related to coverage
    // (e.g. avoids looking at things that are not meta-data files or
    // counter-data files). CollectPods also skips over 'orphaned' counter
    // data files (e.g. counter data files for which we can't find the
    // corresponding meta-data file). If "warn" is true, CollectPods will
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 6.6K bytes
    - Viewed (0)
  2. src/internal/coverage/cfile/testsupport.go

    	// expect to see a single pod here, but allow for multiple pods in
    	// case the test harness is doing extra work to collect data files
    	// from builds that it kicks off as part of the testing.
    	podlist, err := pods.CollectPods([]string{dir}, false)
    	if err != nil {
    		return fmt.Errorf("reading from %s: %v", dir, err)
    	}
    
    	// Open text output file if appropriate.
    	var tf *os.File
    	var tfClosed bool
    	if cfile != "" {
    		var err error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 8.7K bytes
    - Viewed (0)
Back to top