Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for NewGraph (0.12 sec)

  1. src/cmd/go/internal/modload/buildlist.go

    			// from the go.work file and preserve the invariant that all
    			// of rs.rootModules are in mg.g.
    			roots = rs.rootModules
    		}
    		mg := &ModuleGraph{
    			g: mvs.NewGraph(cmpVersion, roots),
    		}
    
    		if rs.pruning == pruned {
    			mainModule := MainModules.mustGetSingleMainModule()
    			// The roots of a single pruned module should already include every module in the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 16:04:44 UTC 2024
    - 53.8K bytes
    - Viewed (0)
Back to top