MCPcopy Create free account
hub / github.com/TrsstProject/trsst / getBuildId

Method getBuildId

src/main/java/com/trsst/Common.java:749–757  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

747 }
748
749 public static String getBuildId() {
750 Attributes attributes = getManifestAttributes();
751 if (attributes != null) {
752 return attributes.getValue("Implementation-Build");
753 } else {
754 log.warn("Could not find manifest attributes.");
755 }
756 return null;
757 }
758
759 public static String getBuildString() {
760 String result = null;

Callers

nothing calls this directly

Calls 1

getManifestAttributesMethod · 0.95

Tested by

no test coverage detected