MCPcopy
hub / github.com/aptly-dev/aptly / Matches

Method Matches

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

Matches if not matches

(pkg PackageLike)

Source from the content-addressed store, hash-verified

134
135// Matches if not matches
136func (q *NotQuery) Matches(pkg PackageLike) bool {
137 return !q.Q.Matches(pkg)
138}
139
140// Fast is false
141func (q *NotQuery) Fast(_ PackageCatalog) bool {

Callers

nothing calls this directly

Calls 1

MatchesMethod · 0.65

Tested by

no test coverage detected