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

Method encode

UnLuac/src/unluac/decompile/CodeExtract.java:28–30  ·  view source on GitHub ↗
(int x)

Source from the content-addressed store, hash-verified

26 }
27
28 public int encode(int x) {
29 return (x + offset) << shift;
30 }
31
32 public int clear(int codepoint) {
33 return codepoint & ~(mask << shift);

Callers 3

processOpMethod · 0.80
fixupMethod · 0.80
readMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected