MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / freehash

Function freehash

lib/lua/src/ltable.c:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369
370
371static void freehash (lua_State *L, Table *t) {
372 if (!isdummy(t))
373 luaM_freearray(L, t->node, cast_sizet(sizenode(t)));
374}
375
376
377/*

Callers 2

luaH_resizeFunction · 0.85
luaH_freeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected