Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
processOp
Method · 0.80
fixup
Method · 0.80
read
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected