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

Method OnceLoop

UnLuac/src/unluac/decompile/block/OnceLoop.java:11–13  ·  view source on GitHub ↗
(LFunction function, int begin, int end)

Source from the content-addressed store, hash-verified

9public class OnceLoop extends ContainerBlock {
10
11 public OnceLoop(LFunction function, int begin, int end) {
12 super(function, begin, end, CloseType.NONE, -1, 0);
13 }
14
15 @Override
16 public int scopeEnd() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected