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

Method parse_main

UnLuac/src/unluac/parse/LFunctionType.java:75–75  ·  view source on GitHub ↗
(ByteBuffer buffer, BHeader header, LFunctionParseState s)

Source from the content-addressed store, hash-verified

73 abstract public List<Directive> get_directives();
74
75 abstract protected void parse_main(ByteBuffer buffer, BHeader header, LFunctionParseState s);
76
77 protected void parse_code(ByteBuffer buffer, BHeader header, LFunctionParseState s) {
78 if(header.debug) {

Callers 1

parseMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected