Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ lua_pushvalue
Function
lua_pushvalue
ThirdParty/lua/lua/lapi.c:236–241 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
234
235
236
LUA_API void lua_pushvalue (lua_State *L, int idx) {
237
lua_lock(L);
238
setobj2s(L, L->top, index2addr(L, idx));
239
api_incr_top(L);
240
lua_unlock(L);
241
}
242
243
244
Callers
15
_VisitTable
Function · 0.85
CheckVarFromLua
Function · 0.85
PushValue
Function · 0.85
luaB_print
Function · 0.85
luaB_error
Function · 0.85
luaB_type
Function · 0.85
pairsmeta
Function · 0.85
luaB_ipairs
Function · 0.85
load_aux
Function · 0.85
generic_reader
Function · 0.85
finishpcall
Function · 0.85
luaB_xpcall
Function · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected