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