MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / markmt

Function markmt

3rd/lua-5.4.3/src/lgc.c:329–333  ·  view source on GitHub ↗

** mark metamethods for basic types */

Source from the content-addressed store, hash-verified

327** mark metamethods for basic types
328*/
329static void markmt (global_State *g) {
330 int i;
331 for (i=0; i < LUA_NUMTAGS; i++)
332 markobjectN(g, g->mt[i]);
333}
334
335
336/*

Callers 2

restartcollectionFunction · 0.85
atomicFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected