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

Method visitComment

src/main/java/matcher/mapping/Mappings.java:391–397  ·  view source on GitHub ↗
(MappedElementKind targetKind, String comment)

Source from the content-addressed store, hash-verified

389 }
390
391 @Override
392 public void visitComment(MappedElementKind targetKind, String comment) {
393 if (cur.getMappedComment() == null || replace) {
394 cur.setMappedComment(comment);
395 commentCounts[cur.getKind().ordinal()]++;
396 }
397 }
398
399 private int dstNs;
400

Callers

nothing calls this directly

Calls 3

getMappedCommentMethod · 0.65
setMappedCommentMethod · 0.65
getKindMethod · 0.65

Tested by

no test coverage detected