Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
encodeField
Method · 0.95
getString
Method · 0.95
save
Method · 0.80
Calls
2
getLanguage
Method · 0.80
getGender
Method · 0.80
Tested by
no test coverage detected