Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ lua_pushvalue
Function
lua_pushvalue
other_src/lua/src/lapi.cpp:229–234 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
228
229
LUA_API void lua_pushvalue (lua_State *L, int idx) {
230
lua_lock(L);
231
setobj2s(L, L->top, index2adr(L, idx));
232
api_incr_top(L);
233
lua_unlock(L);
234
}
235
236
237
Callers
15
foreachi
Function · 0.70
foreach
Function · 0.70
setn
Function · 0.70
comp_custom
Function · 0.70
sort
Function · 0.70
ll_register
Function · 0.70
ll_require
Function · 0.70
setfenv
Function · 0.70
dooptions
Function · 0.70
modinit
Function · 0.70
ll_module
Function · 0.70
ll_seeall
Function · 0.70
Calls
1
index2adr
Function · 0.70
Tested by
no test coverage detected