Quick n' dirty SwiftGraph

This commit is contained in:
2025-07-10 05:37:24 +10:00
parent 6ea612f9fc
commit 1cc43897b1
5 changed files with 99 additions and 101 deletions

View File

@ -3,6 +3,7 @@
* SPDX-License-Identifier: Apache-2.0
*/
/*
struct ApkIndexRequirementRef {
private weak var _graph: ApkPackageGraph?
@ -62,3 +63,4 @@ extension ApkIndexRequirementRef: CustomStringConvertible {
}
}
}
*/