MCPcopy Create free account
hub / github.com/Hiro420/NikkeTools / ForBlock50

Method ForBlock50

UnLuac/src/unluac/decompile/block/ForBlock50.java:9–11  ·  view source on GitHub ↗
(LFunction function, int begin, int end, int register, CloseType closeType, int closeLine)

Source from the content-addressed store, hash-verified

7public class ForBlock50 extends ForBlock {
8
9 public ForBlock50(LFunction function, int begin, int end, int register, CloseType closeType, int closeLine) {
10 super(function, begin, end, register, closeType, closeLine, false);
11 }
12
13 @Override
14 public void resolve(Registers r) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected