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

Function Hgetlongstr

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

Source from the content-addressed store, hash-verified

994
995
996static const TValue *Hgetlongstr (Table *t, TString *key) {
997 TValue ko;
998 lua_assert(!strisshr(key));
999 setsvalue(cast(lua_State *, NULL), &ko, key);
1000 return getgeneric(t, &ko, 0); /* for long strings, use generic case */
1001}
1002
1003
1004static const TValue *Hgetstr (Table *t, TString *key) {

Callers 2

HgetstrFunction · 0.85
luaH_psetstrFunction · 0.85

Calls 1

getgenericFunction · 0.70

Tested by

no test coverage detected