MCPcopy Create free account
hub / github.com/Overload-Technologies/Overload / lua_rawgeti

Function lua_rawgeti

Dependencies/lua/src/lapi.c:744–749  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742
743
744LUA_API int lua_rawgeti (lua_State *L, int idx, lua_Integer n) {
745 Table *t;
746 lua_lock(L);
747 t = gettable(L, idx);
748 return finishrawget(L, luaH_getint(t, n));
749}
750
751
752LUA_API int lua_rawgetp (lua_State *L, int idx, const void *p) {

Callers 13

main_threadFunction · 0.85
stateless_referenceMethod · 0.85
pushMethod · 0.85
basic_referenceMethod · 0.85
pushMethod · 0.85
pushMethod · 0.85
getMethod · 0.85
getrefFunction · 0.85
runCFunction · 0.85
luaL_refFunction · 0.85
luaL_unrefFunction · 0.85
gctmFunction · 0.85

Calls 3

gettableFunction · 0.85
finishrawgetFunction · 0.85
luaH_getintFunction · 0.85

Tested by 2

getrefFunction · 0.68
runCFunction · 0.68