Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/InoriRus/Kyty
/ lua_pushvalue
Function
lua_pushvalue
source/3rdparty/lua/src/lapi.c:235–240 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
233
234
235
LUA_API void lua_pushvalue (lua_State *L, int idx) {
236
lua_lock(L);
237
setobj2s(L, L->top, index2addr(L, idx));
238
api_incr_top(L);
239
lua_unlock(L);
240
}
241
242
243
Callers
15
luaB_print
Function · 0.85
luaB_error
Function · 0.85
pairsmeta
Function · 0.85
load_aux
Function · 0.85
generic_reader
Function · 0.85
luaB_xpcall
Function · 0.85
add_value
Function · 0.85
createmetatable
Function · 0.85
luaL_newmetatable
Function · 0.85
luaL_callmeta
Function · 0.85
luaL_tolstring
Function · 0.85
luaL_findtable
Function · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected