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

Function DumpHeader

third-party/lua-5.1.5/src/ldump.c:143–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

141}
142
143static void DumpHeader(DumpState* D)
144{
145 char h[LUAC_HEADERSIZE];
146 luaU_header(h);
147 DumpBlock(h,LUAC_HEADERSIZE,D);
148}
149
150/*
151** 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