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

Method check

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

Source from the content-addressed store, hash-verified

22 }
23
24 public boolean check(int x) {
25 return ((x + offset) & ~mask) == 0;
26 }
27
28 public int encode(int x) {
29 return (x + offset) << shift;

Callers 1

processOpMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected