Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cloudwu/skynet
/ lua_pushvalue
Function
lua_pushvalue
3rd/lua/lapi.c:270–275 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
268
269
270
LUA_API void lua_pushvalue (lua_State *L, int idx) {
271
lua_lock(L);
272
setobj2s(L, L->top.p, index2value(L, idx));
273
api_incr_top(L);
274
lua_unlock(L);
275
}
276
277
278
Callers
15
timing_enable
Function · 0.85
timing_total
Function · 0.85
timing_resume
Function · 0.85
luaB_cocreate
Function · 0.85
luaB_cowrap
Function · 0.85
lstart
Function · 0.85
lstop
Function · 0.85
init_profile
Function · 0.85
luaL_setfuncs
Function · 0.85
foldcap
Function · 0.85
numcap
Function · 0.85
runtimecap
Function · 0.85
Calls
1
index2value
Function · 0.85
Tested by
3
tref
Function · 0.68
runC
Function · 0.68
sethookaux
Function · 0.68