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

Struct MatchAllQuery

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

MatchAllQuery is query that matches all the packages

Source from the content-addressed store, hash-verified

74
75// MatchAllQuery is query that matches all the packages
76type MatchAllQuery struct{}
77
78// Matches if any of L, R matches
79func (q *OrQuery) Matches(pkg PackageLike) bool {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected