Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ lua_pushvalue
Function
lua_pushvalue
freebsd/contrib/openzfs/module/lua/lapi.c:232–237 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
230
231
232
LUA_API void lua_pushvalue (lua_State *L, int idx) {
233
lua_lock(L);
234
setobj2s(L, L->top, index2addr(L, idx));
235
api_incr_top(L);
236
lua_unlock(L);
237
}
238
239
240
Callers
15
luaB_error
Function · 0.70
pairsmeta
Function · 0.70
add_value
Function · 0.70
createmetatable
Function · 0.70
luaL_newmetatable
Function · 0.70
luaL_callmeta
Function · 0.70
luaL_tolstring
Function · 0.70
luaL_findtable
Function · 0.70
luaL_pushmodule
Function · 0.70
luaL_setfuncs
Function · 0.70
luaL_getsubtable
Function · 0.70
luaL_requiref
Function · 0.70
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected