Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aptly-dev/aptly
/ String
Method
String
deb/query.go:258–260 ·
view source on GitHub ↗
String interface
()
Source
from the content-addressed store, hash-verified
256
257
// String interface
258
func
(q *DependencyQuery) String() string {
259
return
q.Dep.String()
260
}
261
262
// Matches on specific properties
263
func
(q *PkgQuery) Matches(pkg PackageLike) bool {
Callers
nothing calls this directly
Calls
1
String
Method · 0.65
Tested by
no test coverage detected