Home / Function/ getDigests() — spring-boot Function Reference

getDigests() — spring-boot Function Reference

Architecture documentation for the getDigests() function in ExportedImageTar.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  957225e7_aa4b_8d3f_8bbe_0bf7d4178796["getDigests()"]
  858ab411_02e3_9ad7_2e13_40c12d223aea["IndexLayerArchiveFactory()"]
  858ab411_02e3_9ad7_2e13_40c12d223aea -->|calls| 957225e7_aa4b_8d3f_8bbe_0bf7d4178796
  7ea6e489_52d4_6c61_4c09_9143fc147c75["withNestedIndexes()"]
  7ea6e489_52d4_6c61_4c09_9143fc147c75 -->|calls| 957225e7_aa4b_8d3f_8bbe_0bf7d4178796
  0ac86508_a23f_eb35_a6e7_2e565d32c734["getManifests()"]
  957225e7_aa4b_8d3f_8bbe_0bf7d4178796 -->|calls| 0ac86508_a23f_eb35_a6e7_2e565d32c734
  style 957225e7_aa4b_8d3f_8bbe_0bf7d4178796 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/ExportedImageTar.java lines 173–175

		private static Set<String> getDigests(List<ImageArchiveIndex> indexes, Predicate<BlobReference> predicate) {
			return getDigests(indexes.stream(), predicate);
		}

Subdomains

Frequently Asked Questions

What does getDigests() do?
getDigests() is a function in the spring-boot codebase.
What does getDigests() call?
getDigests() calls 1 function(s): getManifests.
What calls getDigests()?
getDigests() is called by 2 function(s): IndexLayerArchiveFactory, withNestedIndexes.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free