Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for DefaultFileSystemLocationFingerprint (0.29 sec)

  1. platforms/core-execution/snapshots/src/main/java/org/gradle/internal/fingerprint/impl/RelativePathFingerprintingStrategy.java

            HashCode normalizedContentHash = getNormalizedContentHash(snapshot, normalizedContentHasher);
            return normalizedContentHash == null ? null : new DefaultFileSystemLocationFingerprint(name, type, normalizedContentHash);
        }
    
        @Override
        public FingerprintHashingStrategy getHashingStrategy() {
            return FingerprintHashingStrategy.SORT;
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:34:50 UTC 2023
    - 4.3K bytes
    - Viewed (0)
Back to top