MCPcopy
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
258func (q *DependencyQuery) String() string {
259 return q.Dep.String()
260}
261
262// Matches on specific properties
263func (q *PkgQuery) Matches(pkg PackageLike) bool {

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected