Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
17
int 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
CreateFromLua
Function · 0.70
Calls
2
lua_rawgeti
Function · 0.85
lua_type
Function · 0.85
Tested by
no test coverage detected