MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / removeentry

Function removeentry

third-party/lua-5.2.4/src/lgc.c:107–111  ·  view source on GitHub ↗

** if key is not marked, mark its entry as dead (therefore removing it ** from the table) */

Source from the content-addressed store, hash-verified

105** from the table)
106*/
107static void removeentry (Node *n) {
108 lua_assert(ttisnil(gval(n)));
109 if (valiswhite(gkey(n)))
110 setdeadvalue(gkey(n)); /* unused and unmarked key; remove it */
111}
112
113
114/*

Callers 5

traverseweakvalueFunction · 0.70
traverseephemeronFunction · 0.70
traversestrongtableFunction · 0.70
clearkeysFunction · 0.70
clearvaluesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected