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

Method getId

src/main/java/matcher/srcprocess/HtmlUtil.java:9–11  ·  view source on GitHub ↗
(MethodInstance method)

Source from the content-addressed store, hash-verified

7
8public class HtmlUtil {
9 public static String getId(MethodInstance method) {
10 return "method-".concat(escapeId(method.getId()));
11 }
12
13 public static String getId(FieldInstance field) {
14 return "field-".concat(escapeId(field.getId()));

Callers 8

visitFieldMethod · 0.95
visitMethodMethod · 0.95
onMethodSelectMethod · 0.95
onFieldSelectMethod · 0.95
onMethodSelectMethod · 0.95
onFieldSelectMethod · 0.95
fieldStartMethod · 0.95
visitMethod · 0.95

Calls 2

escapeIdMethod · 0.95
getIdMethod · 0.65

Tested by

no test coverage detected