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

Method GetProgress

aptly/interfaces.go:165–165  ·  view source on GitHub ↗

GetProgress returns Progress object

()

Source from the content-addressed store, hash-verified

163 DownloadWithChecksum(ctx context.Context, url string, destination string, expected *utils.ChecksumInfo, ignoreMismatch bool) error
164 // GetProgress returns Progress object
165 GetProgress() Progress
166 // GetLength returns size by heading object with url
167 GetLength(ctx context.Context, url string) (int64, error)
168}

Callers 1

DownloadTempWithChecksumFunction · 0.65

Implementers 3

FakeDownloaderhttp/fake.go
GrabDownloaderhttp/grab.go
downloaderImplhttp/download.go

Calls

no outgoing calls

Tested by

no test coverage detected