Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ThePhD/sol2
/ push
Method
push
include/sol/stack_proxy_base.hpp:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
int push() const {
62
return push(m_L);
63
}
64
65
int push(lua_State* L_) const {
66
lua_pushvalue(L_, m_index);
Callers
1
push
Method · 0.45
Calls
1
push
Function · 0.85
Tested by
no test coverage detected