Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for updateUnprunedRoots (0.29 sec)

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

    		// pruned module graph are a superset of the roots of an unpruned one, so
    		// we don't need to add any new roots — we just need to drop the ones that
    		// are redundant, which is exactly what updateUnprunedRoots does.
    		return updateUnprunedRoots(ctx, rs.direct, rs, nil)
    	}
    
    	// We are converting an unpruned module to a pruned one.
    	//
    	// An unpruned module graph includes the transitive dependencies of every
    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