Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for queryReuse (0.17 sec)

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

    	ctx, span := trace.StartSpan(ctx, "modload.Query "+path)
    	defer span.Done()
    
    	return queryReuse(ctx, path, query, current, allowed, nil)
    }
    
    // queryReuse is like Query but also takes a map of module info that can be reused
    // if the validation criteria in Origin are met.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 11 22:29:11 UTC 2023
    - 44.7K bytes
    - Viewed (0)
Back to top