Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
152
static 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_dump
Function · 0.70
Calls
2
luaU_header
Function · 0.70
DumpBlock
Function · 0.70
Tested by
no test coverage detected