MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaC_callGCTM

Function luaC_callGCTM

Source/Misc/lua/src/lua.c:6479–6482  ·  view source on GitHub ↗

** Call all GC tag methods */

Source from the content-addressed store, hash-verified

6477** Call all GC tag methods
6478*/
6479void luaC_callGCTM (lua_State *L) {
6480while (G(L)->tmudata)
6481GCTM(L);
6482}
6483
6484
6485void luaC_freeall (lua_State *L) {

Callers 1

callallgcTMFunction · 0.85

Calls 1

GCTMFunction · 0.85

Tested by

no test coverage detected