MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / removeentry

Function removeentry

Source/Misc/lua/src/lua.c:6064–6068  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6062
6063
6064static void removeentry (Node *n) {
6065lua_assert(ttisnil(gval(n)));
6066if (iscollectable(gkey(n)))
6067setttype(gkey(n), LUA_TDEADKEY); /* dead key; remove it */
6068}
6069
6070
6071static void reallymarkobject (global_State *g, GCObject *o) {

Callers 2

traversetableFunction · 0.85
cleartableFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected