Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for hasNextWithCorrectDepth (0.46 sec)

  1. platforms/core-execution/persistent-cache/src/main/java/org/gradle/cache/internal/SingleDepthFilesFinder.java

                while (!stack.isEmpty() && !hasNextWithCorrectDepth()) {
                    if (stack.getLast().hasNext()) {
                        File next = stack.getLast().next();
                        stack.addLast(listFiles(next));
                    } else {
                        stack.removeLast();
                    }
                }
            }
    
            private boolean hasNextWithCorrectDepth() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:08:47 UTC 2023
    - 2.9K bytes
    - Viewed (0)
Back to top