Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ lua_pushvalue
Function
lua_pushvalue
src/Chain/libraries/glua/lapi.cpp:240–245 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
238
239
240
LUA_API void lua_pushvalue(lua_State *L, int idx) {
241
lua_lock(L);
242
setobj2s(L, L->top, index2addr(L, idx));
243
api_incr_top(L);
244
lua_unlock(L);
245
}
246
247
248
Callers
15
lualib_http_on_request_data
Function · 0.85
lualib_http_accept_async
Function · 0.85
lualib_net_accept_async
Function · 0.85
luaB_cocreate
Function · 0.85
iter_codes
Function · 0.85
tmove
Function · 0.85
sort_comp
Function · 0.85
auxsort
Function · 0.85
addtoclib
Function · 0.85
set_env
Function · 0.85
dooptions
Function · 0.85
modinit
Function · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected