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

Method Fast

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

Fast returns if search strategy is possible for this query

(list PackageCatalog)

Source from the content-addressed store, hash-verified

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
35 Query(list PackageCatalog) *PackageList
36 // String interface

Callers 3

FastMethod · 0.65
FastMethod · 0.65
QueryMethod · 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

no test coverage detected