MCPcopy Create free account
hub / github.com/FabricMC/Matcher / visitInt

Method visitInt

src/main/java/matcher/gui/tab/HtmlTextifier.java:723–725  ·  view source on GitHub ↗
(final int value)

Source from the content-addressed store, hash-verified

721 }
722
723 private void visitInt(final int value) {
724 stringBuilder.append(value);
725 }
726
727 private void visitLong(final long value) {
728 stringBuilder

Callers 1

visitMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected