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

Function hashkeyisempty

third-party/lua-5.5.0/src/ltable.c:945–948  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

943
944
945static int hashkeyisempty (Table *t, lua_Unsigned key) {
946 const TValue *val = getintfromhash(t, l_castU2S(key));
947 return isempty(val);
948}
949
950
951static lu_byte finishnodeget (const TValue *val, TValue *res) {

Callers 2

hash_searchFunction · 0.85
luaH_getnFunction · 0.85

Calls 1

getintfromhashFunction · 0.85

Tested by

no test coverage detected