Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ObEngine/ObEngine
/ multi_push
Function
multi_push
extlibs/sol3/include/sol/sol.hpp:10168–10171 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10166
}
10167
10168
inline int multi_push(lua_State*) {
10169
// do nothing
10170
return 0;
10171
}
10172
10173
template <typename T, typename... Args>
10174
int multi_push(lua_State* L, T&& t, Args&&... args) {
Callers
1
push
Method · 0.85
Calls
1
push
Function · 0.85
Tested by
no test coverage detected