Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
41
type
OrQuery
struct
{
42
L, R PackageQuery
43
}
44
45
// AndQuery is L , R
46
type
AndQuery
struct
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected