Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buildActionID (0.14 sec)

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

    					return
    				}
    			}
    		}()
    	}
    
    	wg.Wait()
    
    	// Write action graph again, this time with timing information.
    	writeActionGraph()
    }
    
    // buildActionID computes the action ID for a build action.
    func (b *Builder) buildActionID(a *Action) cache.ActionID {
    	p := a.Package
    	h := cache.NewHash("build " + p.ImportPath)
    
    	// Configuration independent of compiler toolchain.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
Back to top