mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2026-02-04 16:10:16 +00:00
Can now change graph into a struct
This commit is contained in:
@@ -21,7 +21,7 @@ struct DpkGraphCommand: AsyncParsableCommand {
|
||||
|
||||
timerStart = DispatchTime.now()
|
||||
let providerCache = ApkIndexProviderCache(index: pkgIndex)
|
||||
let graph = ApkPackageGraph()
|
||||
var graph = ApkPackageGraph()
|
||||
graph.buildGraphNode(index: pkgIndex, providers: providerCache)
|
||||
print("Graph build took \(timerStart.distance(to: .now()).seconds) seconds")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user