MCPcopy Index your code
hub / github.com/aptly-dev/aptly / parseQuery

FuncType parseQuery

deb/deb.go:30–30  ·  view source on GitHub ↗
func(string) (PackageQuery, error)

Source from the content-addressed store, hash-verified

28)
29
30type parseQuery func(string) (PackageQuery, error)
31
32// GetControlFileFromDeb reads control file from deb package
33func GetControlFileFromDeb(packageFile string) (Stanza, error) {

Callers 1

ImportChangesFilesFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected