Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
136
func
(q *NotQuery) Matches(pkg PackageLike) bool {
137
return
!q.Q.Matches(pkg)
138
}
139
140
// Fast is false
141
func
(q *NotQuery) Fast(_ PackageCatalog) bool {
Callers
nothing calls this directly
Calls
1
Matches
Method · 0.65
Tested by
no test coverage detected