MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / luaH_resizearray

Function luaH_resizearray

lua/ltable.c:361–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359
360
361void luaH_resizearray (lua_State *L, Table *t, int nasize) {
362 int nsize = (t->node == dummynode) ? 0 : sizenode(t);
363 resize(L, t, nasize, nsize);
364}
365
366
367static void rehash (lua_State *L, Table *t, const TValue *ek) {

Callers 1

luaV_executeFunction · 0.85

Calls 1

resizeFunction · 0.85

Tested by

no test coverage detected