MCPcopy Index your code
hub / github.com/boazy/TWEditorEnhanced / getSubstring

Method getSubstring

src/main/java/LocalizedString.java:53–56  ·  view source on GitHub ↗
(int index)

Source from the content-addressed store, hash-verified

51 }
52
53 public LocalizedSubstring getSubstring(int index)
54 {
55 return (LocalizedSubstring)this.substringList.get(index);
56 }
57
58 public void setSubstring(int index, LocalizedSubstring substring)
59 {

Callers 3

encodeFieldMethod · 0.95
getStringMethod · 0.95
saveMethod · 0.80

Calls 2

getLanguageMethod · 0.80
getGenderMethod · 0.80

Tested by

no test coverage detected