Home
last modified time | relevance | path

Searched defs:queryMatcher (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/modload/
Dquery.go410 type queryMatcher struct { struct
411 path string
412 prefix string
413 filter func(version string) bool
414 allowed AllowedFunc
415 canStat bool // if true, the query can be resolved by repo.Stat
416 preferLower bool // if true, choose the lowest matching version
417 mayUseLatest bool
418 preferIncompatible bool
545 func (qm *queryMatcher) allowsVersion(ctx context.Context, v string) bool {
[all …]