Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cuberite/cuberite
/ lua_pushvalue
Function
lua_pushvalue
lib/lua/src/lapi.c:228–233 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
227
228
LUA_API void lua_pushvalue (lua_State *L, int idx) {
229
lua_lock(L);
230
setobj2s(L, L->top, index2adr(L, idx));
231
api_incr_top(L);
232
lua_unlock(L);
233
}
234
235
236
Callers
15
tolua_pushvalue
Function · 0.85
tolua_pushusertype
Function · 0.85
tolua_pushfieldvalue
Function · 0.85
tolua_fast_isa
Function · 0.85
tolua_typename
Function · 0.85
lua_isusertable
Function · 0.85
tolua_newmetatable
Function · 0.85
mapsuper
Function · 0.85
tolua_bnd_inherit
Function · 0.85
tolua_bnd_setpeer
Function · 0.85
tolua_beginmodule
Function · 0.85
tolua_module
Function · 0.85
Calls
1
index2adr
Function · 0.85
Tested by
no test coverage detected