Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ extract
Method
extract
UnLuac/src/unluac/decompile/CodeExtract.java:20–22 ·
view source on GitHub ↗
(int codepoint)
Source
from the content-addressed store, hash-verified
18
}
19
20
public
int
extract(
int
codepoint) {
21
return
((codepoint >>> shift) & mask) - offset;
22
}
23
24
public
boolean check(
int
x) {
25
return
((x + offset) & ~mask) == 0;
Callers
13
hasExtraByte
Method · 0.80
jumpField
Method · 0.80
target
Method · 0.80
defaultToString
Method · 0.80
toStringHelper
Method · 0.80
opcode
Method · 0.80
A
Method · 0.80
C
Method · 0.80
k
Method · 0.80
B
Method · 0.80
Ax
Method · 0.80
Bx
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected