Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
*/
6479
void luaC_callGCTM (lua_State *L) {
6480
while (G(L)->tmudata)
6481
GCTM(L);
6482
}
6483
6484
6485
void luaC_freeall (lua_State *L) {
Callers
1
callallgcTM
Function · 0.85
Calls
1
GCTM
Function · 0.85
Tested by
no test coverage detected