MCPcopy Index your code
hub / github.com/aptly-dev/aptly / Matches

Method Matches

deb/query.go:31–31  ·  view source on GitHub ↗

Matches calculates match of condition against package

(pkg PackageLike)

Source from the content-addressed store, hash-verified

29type 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

Callers 9

TestKeyMatchMethod · 0.65
InitMethod · 0.65
MatchesMethod · 0.65
MatchesMethod · 0.65
MatchesMethod · 0.65
IsAllowedMethod · 0.65
ImportPackageFilesFunction · 0.65
ScanMethod · 0.65
ScanMethod · 0.65

Implementers 7

OrQuerydeb/query.go
AndQuerydeb/query.go
NotQuerydeb/query.go
FieldQuerydeb/query.go
DependencyQuerydeb/query.go
PkgQuerydeb/query.go
MatchAllQuerydeb/query.go

Calls

no outgoing calls

Tested by 1

TestKeyMatchMethod · 0.52