MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / callallgcTM

Function callallgcTM

deps/lua/src/lstate.c:193–196  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

191
192
193static void callallgcTM (lua_State *L, void *ud) {
194 UNUSED(ud);
195 luaC_callGCTM(L); /* call GC metamethods for all udata */
196}
197
198
199LUA_API void lua_close (lua_State *L) {

Callers

nothing calls this directly

Calls 1

luaC_callGCTMFunction · 0.85

Tested by

no test coverage detected