Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/xLua
/ c_lua_gettable
Function
c_lua_gettable
WebGLPlugins/xlua.c:209–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
}
208
209
static int c_lua_gettable(lua_State* L) {
210
lua_gettable(L, 1);
211
return 1;
212
}
213
214
LUA_API int xlua_pgettable(lua_State* L, int idx) {
215
int top = lua_gettop(L);
Callers
nothing calls this directly
Calls
1
lua_gettable
Function · 0.85
Tested by
no test coverage detected