Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ freehash
Function
freehash
extlibs/lua/src/ltable.c:327–330 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
325
326
327
static void freehash (lua_State *L, Table *t) {
328
if (!isdummy(t))
329
luaM_freearray(L, t->node, cast_sizet(sizenode(t)));
330
}
331
332
333
/*
Callers
2
luaH_resize
Function · 0.85
luaH_free
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected