Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ setLevel
Method
setLevel
UnLuac/src/unluac/parse/LFunction.java:43–48 ·
view source on GitHub ↗
(int level)
Source
from the content-addressed store, hash-verified
41
}
42
43
public
void
setLevel(
int
level) {
44
this.level = level;
45
for
(LFunction f : functions) {
46
f.setLevel(level + 1);
47
}
48
}
49
50
}
Callers
1
BHeader
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected