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

Function luaZ_init

third-party/lua-5.5.0/src/lzio.c:39–45  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

lua_loadFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected