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

Method BHeader

UnLuac/src/unluac/parse/BHeader.java:52–54  ·  view source on GitHub ↗
(Version version, LHeader lheader)

Source from the content-addressed store, hash-verified

50 public final LFunction main;
51
52 public BHeader(Version version, LHeader lheader) {
53 this(version, lheader, null);
54 }
55
56 public BHeader(Version version, LHeader lheader, LFunction main) {
57 this.config = null;

Callers

nothing calls this directly

Calls 10

getVersionMethod · 0.95
nextMethod · 0.95
getLHeaderTypeMethod · 0.80
getOpcodeMapMethod · 0.80
setLevelMethod · 0.80
printlnMethod · 0.65
getMethod · 0.45
parseMethod · 0.45
equalsMethod · 0.45
isEmptyMethod · 0.45

Tested by

no test coverage detected