Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Cubitect/cubiomes-viewer
/ lua_pushvalue
Function
lua_pushvalue
lua/src/lapi.c:274–279 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
272
273
274
LUA_API void lua_pushvalue (lua_State *L, int idx) {
275
lua_lock(L);
276
setobj2s(L, L->top, index2value(L, idx));
277
api_incr_top(L);
278
lua_unlock(L);
279
}
280
281
282
Callers
15
luaB_error
Function · 0.85
luaB_pairs
Function · 0.85
luaB_ipairs
Function · 0.85
load_aux
Function · 0.85
generic_reader
Function · 0.85
finishpcall
Function · 0.85
luaB_xpcall
Function · 0.85
luaopen_base
Function · 0.85
math_min
Function · 0.85
math_max
Function · 0.85
tonum
Function · 0.85
add_value
Function · 0.85
Calls
1
index2value
Function · 0.85
Tested by
no test coverage detected