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

Function Hgetstr

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

Source from the content-addressed store, hash-verified

1002
1003
1004static const TValue *Hgetstr (Table *t, TString *key) {
1005 if (strisshr(key))
1006 return luaH_Hgetshortstr(t, key);
1007 else
1008 return Hgetlongstr(t, key);
1009}
1010
1011
1012lu_byte luaH_getstr (Table *t, TString *key, TValue *res) {

Callers 1

luaH_getstrFunction · 0.85

Calls 2

luaH_HgetshortstrFunction · 0.85
HgetlongstrFunction · 0.85

Tested by

no test coverage detected