mirror of
https://github.com/GayPizzaSpecifications/darwin-apk.git
synced 2025-08-06 14:41:35 +00:00
Can now change graph into a struct
This commit is contained in:
@ -13,7 +13,7 @@ public class ApkPackageGraphNode {
|
||||
@inlinable public var isShallow: Bool { self.parentIDs.isEmpty }
|
||||
@inlinable public var isDeep: Bool { self.children.isEmpty }
|
||||
|
||||
internal init(_ graph: ApkPackageGraph, id: Int, children: [ChildRef]) {
|
||||
internal init(id: Int, children: [ChildRef]) {
|
||||
self.packageID = id
|
||||
self.children = children
|
||||
}
|
||||
|
Reference in New Issue
Block a user