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

Function gettable

third-party/lua-5.5.0/src/lapi.c:753–757  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

751
752
753l_sinline Table *gettable (lua_State *L, int idx) {
754 TValue *t = index2value(L, idx);
755 api_check(L, ttistable(t), "table expected");
756 return hvalue(t);
757}
758
759
760LUA_API int lua_rawget (lua_State *L, int idx) {

Callers 6

lua_rawgetFunction · 0.70
lua_rawgetiFunction · 0.70
lua_rawgetpFunction · 0.70
aux_rawsetFunction · 0.70
lua_rawsetiFunction · 0.70
lua_nextFunction · 0.70

Calls 1

index2valueFunction · 0.70

Tested by

no test coverage detected