Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getHashBytes (0.09 sec)

  1. subprojects/core/src/main/java/org/gradle/api/internal/tasks/BaseSnapshotInputsBuildOperationResult.java

                .filter(outputPropertyNames -> !outputPropertyNames.isEmpty())
                .map(ImmutableSet::asList)
                .orElse(null);
        }
    
        @Nullable
        public byte[] getHashBytes() {
            return getKey()
                .map(BuildCacheKey::toByteArray)
                .orElse(null);
        }
    
        @Override
        public Object getCustomOperationTraceSerializableModel() {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 11:36:42 UTC 2024
    - 14.9K bytes
    - Viewed (0)
Back to top