Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
type
AndQuery
struct
{
47
L, R PackageQuery
48
}
49
50
// NotQuery is ! Q
51
type
NotQuery
struct
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected