MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / lua_geti

Function lua_geti

CodeFormatLib/src/LuaJIT-Compact.cpp:17–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17int lua_geti(lua_State *L, int idx, lua_Integer n) {
18 lua_rawgeti(L, idx, n);
19 return lua_type(L, -1);
20}
21#endif

Callers 1

CreateFromLuaFunction · 0.70

Calls 2

lua_rawgetiFunction · 0.85
lua_typeFunction · 0.85

Tested by

no test coverage detected