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

inTaglessForm() — spring-boot Function Reference

Architecture documentation for the inTaglessForm() function in ImageReference.java from the spring-boot codebase.

Entity Profile

Dependency Diagram

graph TD
  ca5b7304_853e_ce14_eead_6dc5ab23519b["inTaglessForm()"]
  6bc20fa8_bbdf_9fce_247f_eef5ab2e1a12["tag()"]
  6bc20fa8_bbdf_9fce_247f_eef5ab2e1a12 -->|calls| ca5b7304_853e_ce14_eead_6dc5ab23519b
  3616fb5f_ac0f_5840_431b_7be9d415c0d9["ImageReference()"]
  ca5b7304_853e_ce14_eead_6dc5ab23519b -->|calls| 3616fb5f_ac0f_5840_431b_7be9d415c0d9
  style ca5b7304_853e_ce14_eead_6dc5ab23519b fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

buildpack/spring-boot-buildpack-platform/src/main/java/org/springframework/boot/buildpack/platform/docker/type/ImageReference.java lines 165–170

	public ImageReference inTaglessForm() {
		if (this.tag == null) {
			return this;
		}
		return new ImageReference(this.name, null, this.digest);
	}

Subdomains

Called By

Frequently Asked Questions

What does inTaglessForm() do?
inTaglessForm() is a function in the spring-boot codebase.
What does inTaglessForm() call?
inTaglessForm() calls 1 function(s): ImageReference.
What calls inTaglessForm()?
inTaglessForm() is called by 1 function(s): tag.

Analyze Your Own Codebase

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

Try Supermodel Free