MCPcopy Create free account
hub / github.com/Debian/dcs / finishQuery

Function finishQuery

cmd/dcs-web/querymanager.go:559–567  ·  view source on GitHub ↗
(queryid string)

Source from the content-addressed store, hash-verified

557 packageName: bstate.packagePool.Get(result.Package)})
558 bstate.allPackages[result.Package] = true
559}
560
561func failQuery(queryid string) {
562 failedQueries.Inc()
563 addEventMarshal(queryid, &Error{
564 Type: "error",
565 ErrorType: "failed",
566 })
567 finishQuery(queryid)
568}
569
570func finishQuery(queryid string) {

Callers 3

QueryzHandlerFunction · 0.85
failQueryFunction · 0.85
storeProgressFunction · 0.85

Calls 1

addEventFunction · 0.85

Tested by

no test coverage detected