Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Tencent/xLua
/ c_lua_settable
Function
c_lua_settable
WebGLPlugins/xlua.c:258–261 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
256
}
257
258
static int c_lua_settable(lua_State* L) {
259
lua_settable(L, 1);
260
return 0;
261
}
262
263
LUA_API int xlua_psettable(lua_State* L, int idx) {
264
int top = lua_gettop(L);
Callers
nothing calls this directly
Calls
1
lua_settable
Function · 0.85
Tested by
no test coverage detected