MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / lua_rawgeti

Function lua_rawgeti

lib/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

pushargsFunction · 0.85
luaL_refFunction · 0.85
luaL_unrefFunction · 0.85
gctmFunction · 0.85
findloaderFunction · 0.85
applyTransformLuaMethod · 0.85
luaTableToJsonFunction · 0.85
parseLuaTextMethod · 0.85
parseBinaryMethod · 0.85
tableToStringListMethod · 0.85
convertResultMethod · 0.85
classifyTableMethod · 0.85

Calls 3

gettableFunction · 0.85
finishrawgetFunction · 0.85
luaH_getintFunction · 0.85

Tested by

no test coverage detected