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

Function luaZ_init

src/Chain/libraries/glua/lzio.cpp:38–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37
38void luaZ_init(lua_State *L, ZIO *z, lua_Reader reader, void *data) {
39 z->L = L;
40 z->reader = reader;
41 z->data = data;
42 z->n = 0;
43 z->p = nullptr;
44}
45
46
47/* --------------------------------------------------------------- read --- */

Callers 4

luaU_undump_from_fileFunction · 0.85
luaU_undump_from_streamFunction · 0.85
lua_loadFunction · 0.85
lua_load_with_checkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected