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

Method Fast

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

Fast is true if any of the parts are fast

(list PackageCatalog)

Source from the content-addressed store, hash-verified

108
109// Fast is true if any of the parts are fast
110func (q *AndQuery) Fast(list PackageCatalog) bool {
111 return q.L.Fast(list) || q.R.Fast(list)
112}
113
114// Query strategy depends on nodes
115func (q *AndQuery) Query(list PackageCatalog) (result *PackageList) {

Callers 1

QueryMethod · 0.95

Calls 1

FastMethod · 0.65

Tested by

no test coverage detected