MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / DumpHeader

Function DumpHeader

Source/Misc/lua/src/lua.c:5807–5812  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5805}
5806
5807static void DumpHeader(DumpState* D)
5808{
5809char h[LUAC_HEADERSIZE];
5810luaU_header(h);
5811DumpBlock(h,LUAC_HEADERSIZE,D);
5812}
5813
5814/*
5815** dump Lua function as precompiled chunk

Callers 1

luaU_dumpFunction · 0.85

Calls 2

luaU_headerFunction · 0.85
DumpBlockFunction · 0.85

Tested by

no test coverage detected