Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CppCXY/EmmyLuaCodeStyle
/ freehash
Function
freehash
3rd/lua-5.4.3/src/ltable.c:360–363 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
358
359
360
static void freehash (lua_State *L, Table *t) {
361
if (!isdummy(t))
362
luaM_freearray(L, t->node, cast_sizet(sizenode(t)));
363
}
364
365
366
/*
Callers
2
luaH_resize
Function · 0.85
luaH_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected