Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for retainOnlyMatchingSnapshots (0.5 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/registry/impl/WatchableHierarchies.java

            return newRoot;
        }
    
        private SnapshotHierarchy removeUnwatchedSnapshots(SnapshotHierarchy newRoot, Invalidator invalidator) {
            // Keep only snapshots we can trust
            return retainOnlyMatchingSnapshots(newRoot, invalidator, snapshot -> {
                // Keep everything in immutable locations, because Gradle makes sure
                // to update the VFS when it updates those locations
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 17:02:39 UTC 2024
    - 15.8K bytes
    - Viewed (0)
Back to top