Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for openCounterFile (0.11 sec)

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

    			return fmt.Errorf("creating meta-data file %s: %v", s.mftmp, err)
    		}
    	}
    	return nil
    }
    
    // openCounterFile opens an output file for the counter data portion
    // of a test coverage run. If updates the 'cfname' and 'cf' fields in
    // 's', returning an error if something went wrong.
    func (s *emitState) openCounterFile(metaHash [16]byte) error {
    	processID := os.Getpid()
    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