We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ab998 commit 5bd5e6aCopy full SHA for 5bd5e6a
Sources/FoundationEssentials/ProgressManager/ProgressManager+Interop.swift
@@ -73,7 +73,7 @@ extension Progress {
73
}
74
75
// MARK: Cycle detection
76
- func isCycle(reporter: ProgressReporter, visited: Set<ProgressManager> = []) -> Bool {
+ private func isCycle(reporter: ProgressReporter, visited: Set<ProgressManager> = []) -> Bool {
77
if self._parent() == nil {
78
return false
79
0 commit comments