MCPcopy 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
6495static void markmt (global_State *g) {
6496int i;
6497for (i=0; i<NUM_TAGS; i++)
6498if (g->mt[i]) markobject(g, g->mt[i]);
6499}
6500
6501
6502/* mark root set */

Callers 2

markrootFunction · 0.85
atomicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected