Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for reverseCanonicalized (0.46 sec)

  1. src/cmd/go/internal/fsys/fsys.go

    }
    
    func initFromJSON(overlayJSON OverlayJSON) error {
    	// Canonicalize the paths in the overlay map.
    	// Use reverseCanonicalized to check for collisions:
    	// no two 'from' paths should canonicalize to the same path.
    	overlay = make(map[string]*node)
    	reverseCanonicalized := make(map[string]string) // inverse of canonicalize operation, to check for duplicates
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 18:35:34 UTC 2024
    - 22.7K bytes
    - Viewed (0)
Back to top