MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / initheader

Function initheader

3rd/lua-5.4.3/src/lstrlib.c:1427–1431  ·  view source on GitHub ↗

** Initialize Header */

Source from the content-addressed store, hash-verified

1425** Initialize Header
1426*/
1427static void initheader (lua_State *L, Header *h) {
1428 h->L = L;
1429 h->islittle = nativeendian.little;
1430 h->maxalign = 1;
1431}
1432
1433
1434/*

Callers 3

str_packFunction · 0.85
str_packsizeFunction · 0.85
str_unpackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected