MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / DumpHeader

Function DumpHeader

deps/lua/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.85

Calls 2

luaU_headerFunction · 0.85
DumpBlockFunction · 0.85

Tested by

no test coverage detected