MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / DumpHeader

Function DumpHeader

third-party/lua-5.2.4/src/ldump.c:152–157  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152static void DumpHeader(DumpState* D)
153{
154 lu_byte h[LUAC_HEADERSIZE];
155 luaU_header(h);
156 DumpBlock(h,LUAC_HEADERSIZE,D);
157}
158
159/*
160** dump Lua function as precompiled chunk

Callers 1

luaU_dumpFunction · 0.70

Calls 2

luaU_headerFunction · 0.70
DumpBlockFunction · 0.70

Tested by

no test coverage detected