MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / initheader

Function initheader

src/Chain/libraries/glua/lstrlib.cpp:1243–1247  ·  view source on GitHub ↗

** Initialize Header */

Source from the content-addressed store, hash-verified

1241** Initialize Header
1242*/
1243static void initheader(lua_State *L, Header *h) {
1244 h->L = L;
1245 h->islittle = nativeendian.little;
1246 h->maxalign = 1;
1247}
1248
1249
1250/*

Callers 3

str_packFunction · 0.85
str_packsizeFunction · 0.85
str_unpackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected