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

Function initheader

third-party/lua-5.5.0/src/lstrlib.c:1482–1486  ·  view source on GitHub ↗

** Initialize Header */

Source from the content-addressed store, hash-verified

1480** Initialize Header
1481*/
1482static void initheader (lua_State *L, Header *h) {
1483 h->L = L;
1484 h->islittle = nativeendian.little;
1485 h->maxalign = 1;
1486}
1487
1488
1489/*

Callers 3

str_packFunction · 0.70
str_packsizeFunction · 0.70
str_unpackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected