MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaZ_init

Function luaZ_init

extlibs/lua/src/lzio.c: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 = NULL;
44}
45
46
47/* --------------------------------------------------------------- read --- */

Callers 1

lua_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected