Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for filterSnapshot (0.17 sec)

  1. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/vfs/impl/DefaultFileSystemAccess.java

                return Optional.of(read(location));
            } else {
                FileSystemSnapshot filteredSnapshot = readSnapshotFromLocation(location,
                    snapshot -> FileSystemSnapshotFilter.filterSnapshot(filter.getAsSnapshotPredicate(), snapshot),
                    () -> {
                        FileSystemLocationSnapshot snapshot = snapshot(location, filter);
                        return snapshot.getType() == FileType.Directory
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 16:02:35 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top