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

Function luaH_getshortstr

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

Source from the content-addressed store, hash-verified

989
990
991lu_byte luaH_getshortstr (Table *t, TString *key, TValue *res) {
992 return finishnodeget(luaH_Hgetshortstr(t, key), res);
993}
994
995
996static const TValue *Hgetlongstr (Table *t, TString *key) {

Callers 1

getnumargsFunction · 0.70

Calls 2

finishnodegetFunction · 0.85
luaH_HgetshortstrFunction · 0.85

Tested by

no test coverage detected