Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ markmt
Function
markmt
deps/lua/src/lgc.c:493–497 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
491
492
493
static void markmt (global_State *g) {
494
int i;
495
for (i=0; i<NUM_TAGS; i++)
496
if (g->mt[i]) markobject(g, g->mt[i]);
497
}
498
499
500
/* mark root set */
Callers
2
markroot
Function · 0.85
atomic
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected