Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5807
static void DumpHeader(DumpState* D)
5808
{
5809
char h[LUAC_HEADERSIZE];
5810
luaU_header(h);
5811
DumpBlock(h,LUAC_HEADERSIZE,D);
5812
}
5813
5814
/*
5815
** dump Lua function as precompiled chunk
Callers
1
luaU_dump
Function · 0.85
Calls
2
luaU_header
Function · 0.85
DumpBlock
Function · 0.85
Tested by
no test coverage detected