Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ run
Method
run
UnLuac/src/unluac/parse/LStringType.java:138–145 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
136
boolean first = true;
137
138
@Override
139
public
void
run() {
140
if
(!first) {
141
b.append((char) (0xFF & buffer.get()));
142
}
else
{
143
first = false;
144
}
145
}
146
147
});
148
String s = b.toString();
Callers
nothing calls this directly
Calls
1
get
Method · 0.45
Tested by
no test coverage detected