MCPcopy 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*/
477void luaC_callGCTM (lua_State *L) {
478 while (G(L)->tmudata)
479 GCTM(L);
480}
481
482
483void luaC_freeall (lua_State *L) {

Callers 1

callallgcTMFunction · 0.85

Calls 1

GCTMFunction · 0.85

Tested by

no test coverage detected