Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ lua_pushvalue
Function
lua_pushvalue
Source/Misc/lua/src/lua.c:2077–2082 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2075
2076
2077
LUA_API void lua_pushvalue (lua_State *L, int idx) {
2078
lua_lock(L);
2079
setobj2s(L, L->top, index2adr(L, idx));
2080
api_incr_top(L);
2081
lua_unlock(L);
2082
}
2083
2084
2085
Callers
15
luausb_generic_index
Function · 0.85
luausb_generic_newindex
Function · 0.85
luausb_push_device_descriptor
Function · 0.85
luausb_push_endpoint_descriptor
Function · 0.85
luausb_set_endpoint_descriptor_extra
Function · 0.85
luausb_push_interface_descriptor
Function · 0.85
luausb_set_interface_descriptor_extra
Function · 0.85
luausb_push_interface
Function · 0.85
luausb_push_config_descriptor
Function · 0.85
luausb_set_config_descriptor_extra
Function · 0.85
luausb_push_device
Function · 0.85
luausb_push_device_handle
Function · 0.85
Calls
1
index2adr
Function · 0.85
Tested by
no test coverage detected