Matches calculates match of condition against package
(pkg PackageLike)
| 29 | type PackageQuery interface { |
| 30 | // Matches calculates match of condition against package |
| 31 | Matches(pkg PackageLike) bool |
| 32 | // Fast returns if search strategy is possible for this query |
| 33 | Fast(list PackageCatalog) bool |
| 34 | // Query performs search on package list |
no outgoing calls