Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for checkSumDB (0.09 sec)

  1. src/cmd/go/internal/modfetch/fetch.go

    func checkModSum(mod module.Version, h string) error {
    	// We lock goSum when manipulating it,
    	// but we arrange to release the lock when calling checkSumDB,
    	// so that parallel calls to checkModHash can execute parallel calls
    	// to checkSumDB.
    
    	// Check whether mod+h is listed in go.sum already. If so, we're done.
    	goSum.mu.Lock()
    	inited, err := initGoSum()
    	if err != nil {
    		goSum.mu.Unlock()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 14:56:56 UTC 2024
    - 30.3K bytes
    - Viewed (0)
Back to top