MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / removeentry

Function removeentry

deps/lua/src/lgc.c:62–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60
61
62static void removeentry (Node *n) {
63 lua_assert(ttisnil(gval(n)));
64 if (iscollectable(gkey(n)))
65 setttype(gkey(n), LUA_TDEADKEY); /* dead key; remove it */
66}
67
68
69static 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