MCPcopy
hub / github.com/aptly-dev/aptly / OrQuery

Struct OrQuery

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

OrQuery is L | R

Source from the content-addressed store, hash-verified

39
40// OrQuery is L | R
41type OrQuery struct {
42 L, R PackageQuery
43}
44
45// AndQuery is L , R
46type AndQuery struct {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected