MCPcopy 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_statementMethod · 0.95
find_set_blocksMethod · 0.80
processOperationMethod · 0.80
isMoveIntoTargetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected