MCPcopy Create free account
hub / github.com/axmolengine/axmol / lua_rawgeti

Function lua_rawgeti

3rdparty/lua/plainlua/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 15

main_threadFunction · 0.85
stateless_referenceMethod · 0.85
pushMethod · 0.85
basic_referenceMethod · 0.85
pushMethod · 0.85
pushMethod · 0.85
getMethod · 0.85
json_append_arrayFunction · 0.85
tolua_pushglobaltableFunction · 0.85
pushargsFunction · 0.85
luaL_refFunction · 0.85
luaL_unrefFunction · 0.85

Calls 3

gettableFunction · 0.85
finishrawgetFunction · 0.85
luaH_getintFunction · 0.85

Tested by

no test coverage detected