MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / run

Method run

UnLuac/src/unluac/parse/LStringType.java:95–102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

93 boolean first = true;
94
95 @Override
96 public void run() {
97 if(!first) {
98 b.append((char) (0xFF & buffer.get()));
99 } else {
100 first = false;
101 }
102 }
103
104 });
105 String s = b.toString();

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected