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

Function callallgcTM

Source/Misc/lua/src/lua.c:9108–9111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9106
9107
9108static void callallgcTM (lua_State *L, void *ud) {
9109UNUSED(ud);
9110luaC_callGCTM(L); /* call GC metamethods for all udata */
9111}
9112
9113
9114LUA_API void lua_close (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaC_callGCTMFunction · 0.85

Tested by

no test coverage detected