MCPcopy 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
493static 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

markrootFunction · 0.85
atomicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected