Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SakuraEngine/SakuraEngine
/ freehash
Function
freehash
xrepo/packages/l/lua/port/lua/src/ltable.c:369–372 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
367
368
369
static void freehash (lua_State *L, Table *t) {
370
if (!isdummy(t))
371
luaM_freearray(L, t->node, cast_sizet(sizenode(t)));
372
}
373
374
375
/*
Callers
2
luaH_resize
Function · 0.85
luaH_free
Function · 0.85
Calls
1
luaM_freearray
Function · 0.85
Tested by
no test coverage detected