MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaZ_init

Function luaZ_init

deps/lua/src/lzio.c:48–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46
47
48void luaZ_init (lua_State *L, ZIO *z, lua_Reader reader, void *data) {
49 z->L = L;
50 z->reader = reader;
51 z->data = data;
52 z->n = 0;
53 z->p = NULL;
54}
55
56
57/* --------------------------------------------------------------- read --- */

Callers 1

lua_loadFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected