Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaC_callGCTM
Function
luaC_callGCTM
deps/lua/src/lgc.c:477–480 ·
view source on GitHub ↗
** Call all GC tag methods */
Source
from the content-addressed store, hash-verified
475
** Call all GC tag methods
476
*/
477
void luaC_callGCTM (lua_State *L) {
478
while (G(L)->tmudata)
479
GCTM(L);
480
}
481
482
483
void luaC_freeall (lua_State *L) {
Callers
1
callallgcTM
Function · 0.85
Calls
1
GCTM
Function · 0.85
Tested by
no test coverage detected