MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / callallgcTM

Function callallgcTM

other_src/lua/src/lstate.cpp:199–202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

197
198
199static void callallgcTM (lua_State *L, void *ud) {
200 UNUSED(ud);
201 luaC_callGCTM(L); /* call GC metamethods for all udata */
202}
203
204
205LUA_API void lua_close (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaC_callGCTMFunction · 0.70

Tested by

no test coverage detected