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

Function luaH_getstr

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

Source from the content-addressed store, hash-verified

1010
1011
1012lu_byte luaH_getstr (Table *t, TString *key, TValue *res) {
1013 return finishnodeget(Hgetstr(t, key), res);
1014}
1015
1016
1017/*

Callers 2

anchorstrFunction · 0.70
dumpStringFunction · 0.70

Calls 2

finishnodegetFunction · 0.85
HgetstrFunction · 0.85

Tested by

no test coverage detected