MCPcopy Create free account
hub / github.com/F-Stack/f-stack / removeentry

Function removeentry

freebsd/contrib/openzfs/module/lua/lgc.c:106–110  ·  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

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

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