MCPcopy Create free account
hub / github.com/ThePhD/sol2 / stack_proxy

Method stack_proxy

include/sol/stack_proxy.hpp:32–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 struct stack_proxy : public stack_proxy_base {
31 public:
32 stack_proxy() : stack_proxy_base() {
33 }
34 stack_proxy(lua_State* L, int index) : stack_proxy_base(L, index) {
35 }
36

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected