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

Function arraykeyisempty

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

Source from the content-addressed store, hash-verified

477
478
479l_sinline int arraykeyisempty (const Table *t, unsigned key) {
480 int tag = *getArrTag(t, key - 1);
481 return tagisempty(tag);
482}
483
484
485/*

Callers 3

numusearrayFunction · 0.85
binsearchFunction · 0.85
luaH_getnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected