Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ markmt
Function
markmt
Source/Misc/lua/src/lua.c:6495–6499 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6493
6494
6495
static void markmt (global_State *g) {
6496
int i;
6497
for (i=0; i<NUM_TAGS; i++)
6498
if (g->mt[i]) markobject(g, g->mt[i]);
6499
}
6500
6501
6502
/* mark root set */
Callers
2
markroot
Function · 0.85
atomic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected