MCPcopy Create free account
hub / github.com/Tencent/xLua / lua_remove

Function lua_remove

WebGLPlugins/xlua.c:132–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

130
131#undef lua_remove
132LUA_API void lua_remove (lua_State *L, int idx) {
133 lua_rotate(L, idx, -1);
134 lua_pop(L, 1);
135}
136
137#undef lua_replace
138LUA_API void lua_replace (lua_State *L, int idx) {

Callers 15

docallFunction · 0.85
addreturnFunction · 0.85
loadlineFunction · 0.85
pushargsFunction · 0.85
luaB_assertFunction · 0.85
add_sFunction · 0.85
xlua_getloadersFunction · 0.85
xlua_getref_indirectFunction · 0.85
xlua_pgettableFunction · 0.85
c_lua_gettable_bypathFunction · 0.85
xlua_psettableFunction · 0.85
c_lua_settable_bypathFunction · 0.85

Calls 1

lua_rotateFunction · 0.85

Tested by

no test coverage detected