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

Method DoEndBlock

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected