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

Method Progress

context/context.go:210–215  ·  view source on GitHub ↗

Progress creates or returns Progress object

()

Source from the content-addressed store, hash-verified

208
209// Progress creates or returns Progress object
210func (context *AptlyContext) Progress() aptly.Progress {
211 context.Lock()
212 defer context.Unlock()
213
214 return context._progress()
215}
216
217func (context *AptlyContext) _progress() aptly.Progress {
218 if context.progress == nil {

Callers 15

aptlySnapshotVerifyFunction · 0.80
aptlyDBRecoverFunction · 0.80
checkRepoFunction · 0.80
aptlyMirrorShowJSONFunction · 0.80
aptlyPublishSourceUpdateFunction · 0.80
aptlyPublishSourceRemoveFunction · 0.80
ListPackagesRefListFunction · 0.80
PrintPackageListFunction · 0.80
aptlyPublishSourceAddFunction · 0.80

Calls 1

_progressMethod · 0.95

Tested by

no test coverage detected