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

Function finishnodeget

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

Source from the content-addressed store, hash-verified

949
950
951static lu_byte finishnodeget (const TValue *val, TValue *res) {
952 if (!ttisnil(val)) {
953 setobj(((lua_State*)NULL), res, val);
954 }
955 return ttypetag(val);
956}
957
958
959lu_byte luaH_getint (Table *t, lua_Integer key, TValue *res) {

Callers 4

luaH_getintFunction · 0.85
luaH_getshortstrFunction · 0.85
luaH_getstrFunction · 0.85
luaH_getFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected