Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ lua_pushvalue
Function
lua_pushvalue
depends/lua/src/lapi.c:237–242 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
235
236
237
LUA_API void lua_pushvalue (lua_State *L, int idx) {
238
lua_lock(L);
239
setobj2s(L, L->top, index2addr(L, idx));
240
api_incr_top(L);
241
lua_unlock(L);
242
}
243
244
245
Callers
15
lua_print_fmt
Function · 0.85
dfhack_lineedit
Function · 0.85
error_tostring
Function · 0.85
dfhack_error
Function · 0.85
dfhack_exception_tostring
Function · 0.85
doAssignDFObject
Function · 0.85
SafeCallString
Method · 0.85
RunCoreQueryLoop
Method · 0.85
dfhack_cleanup_cont
Function · 0.85
dfhack_event_index
Function · 0.85
dfhack_event_next
Function · 0.85
dfhack_event_pairs
Function · 0.85
Calls
1
index2addr
Function · 0.85
Tested by
no test coverage detected