MCPcopy Create free account
hub / github.com/boazy/TWEditorEnhanced / getLabel

Method getLabel

src/main/java/Main.java:274–277  ·  view source on GitHub ↗
(int stringRef)

Source from the content-addressed store, hash-verified

272 }
273
274 public static String getLabel(int stringRef)
275 {
276 return stringsDatabase.getLabel(stringRef);
277 }
278
279 public static String getHeading(int stringRef)
280 {

Callers 4

encodeFieldMethod · 0.45
addElementMethod · 0.45
removeElementMethod · 0.45
setElementMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected