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

Method write_upvalues

UnLuac/src/unluac/parse/LFunctionType.java:138–140  ·  view source on GitHub ↗
(OutputStream out, BHeader header, LFunction object)

Source from the content-addressed store, hash-verified

136 }
137
138 protected void write_upvalues(OutputStream out, BHeader header, LFunction object) throws IOException {
139 header.upvalue.writeList(out, header, object.upvalues);
140 }
141
142 protected void parse_debug(ByteBuffer buffer, BHeader header, LFunctionParseState s) {
143 if(header.debug) {

Callers 3

writeMethod · 0.80
writeMethod · 0.80
writeMethod · 0.80

Calls 1

writeListMethod · 0.80

Tested by

no test coverage detected