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

Struct AndQuery

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

AndQuery is L , R

Source from the content-addressed store, hash-verified

44
45// AndQuery is L , R
46type AndQuery struct {
47 L, R PackageQuery
48}
49
50// NotQuery is ! Q
51type NotQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected