MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaH_resizearray

Function luaH_resizearray

app/redis-6.2.6/deps/lua/src/ltable.c:327–330  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325
326
327void luaH_resizearray (lua_State *L, Table *t, int nasize) {
328 int nsize = (t->node == dummynode) ? 0 : sizenode(t);
329 resize(L, t, nasize, nsize);
330}
331
332
333static void rehash (lua_State *L, Table *t, const TValue *ek) {

Callers 1

luaV_executeFunction · 0.70

Calls 1

resizeFunction · 0.85

Tested by

no test coverage detected