MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaZ_init

Function luaZ_init

Source/Misc/lua/src/lua.c:10178–10184  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10176
10177
10178void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) {
10179z->L = L;
10180z->reader = reader;
10181z->data = data;
10182z->n = 0;
10183z->p = NULL;
10184}
10185
10186
10187/* --------------------------------------------------------------- read --- */

Callers 1

lua_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected