MCPcopy Index your code
hub / github.com/VolmitSoftware/Adapt / setupMetrics

Method setupMetrics

src/main/java/com/volmit/adapt/Adapt.java:191–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

189 }
190
191 private void setupMetrics() {
192 if (AdaptConfig.get().isMetrics()) {
193 new Metrics(this, 13412);
194 }
195 }
196
197 public static int getJavaVersion() {
198 String version = System.getProperty("java.version");

Callers 1

startMethod · 0.95

Calls 1

getMethod · 0.95

Tested by

no test coverage detected