Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for readContentHash (0.12 sec)

  1. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/history/impl/FingerprintMapSerializer.java

            return fingerprints.build();
        }
    
        private FileSystemLocationFingerprint readFingerprint(Decoder decoder) throws IOException {
            FileType fileType = readFileType(decoder);
            HashCode contentHash = readContentHash(fileType, decoder);
    
            byte fingerprintKind = decoder.readByte();
            switch (fingerprintKind) {
                case DEFAULT_NORMALIZATION:
                    String normalizedPath = decoder.readString();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 6.3K bytes
    - Viewed (0)
Back to top