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

Function initheader

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

** Initialize Header */

Source from the content-addressed store, hash-verified

1476** Initialize Header
1477*/
1478static void initheader (lua_State *L, Header *h) {
1479 h->L = L;
1480 h->islittle = nativeendian.little;
1481 h->maxalign = 1;
1482}
1483
1484
1485/*

Callers 3

str_packFunction · 0.70
str_packsizeFunction · 0.70
str_unpackFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected