Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
479
l_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
numusearray
Function · 0.85
binsearch
Function · 0.85
luaH_getn
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected