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

Function lua_insert

WebGLPlugins/xlua.c:127–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125
126#undef lua_insert
127LUA_API void lua_insert (lua_State *L, int idx) {
128 lua_rotate(L, idx, 1);
129}
130
131#undef lua_remove
132LUA_API void lua_remove (lua_State *L, int idx) {

Callers 15

docallFunction · 0.85
multilineFunction · 0.85
l_printFunction · 0.85
load_auxFunction · 0.85
luaB_pcallFunction · 0.85
obj_indexerFunction · 0.85
obj_newindexerFunction · 0.85
cls_indexerFunction · 0.85
cls_newindexerFunction · 0.85
findfieldFunction · 0.85
luaL_addvalueFunction · 0.85

Calls 1

lua_rotateFunction · 0.85

Tested by

no test coverage detected