MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / initheader

Function initheader

third-party/lua-5.3.5/src/lstrlib.c:1211–1215  ·  view source on GitHub ↗

** Initialize Header */

Source from the content-addressed store, hash-verified

1209** Initialize Header
1210*/
1211static void initheader (lua_State *L, Header *h) {
1212 h->L = L;
1213 h->islittle = nativeendian.little;
1214 h->maxalign = 1;
1215}
1216
1217
1218/*

Callers 3

str_packFunction · 0.70
str_packsizeFunction · 0.70
str_unpackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected