Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hiro420/NikkeTools
/ isUpvalueDeclaration
Method
isUpvalueDeclaration
UnLuac/src/unluac/decompile/Code.java:152–154 ·
view source on GitHub ↗
(int line)
Source
from the content-addressed store, hash-verified
150
}
151
152
public
boolean isUpvalueDeclaration(
int
line) {
153
return
upvalue[line - 1];
154
}
155
156
public
int
length() {
157
return
code.length;
Callers
4
is_statement
Method · 0.95
find_set_blocks
Method · 0.80
processOperation
Method · 0.80
isMoveIntoTarget
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected