| 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 |
nothing calls this directly
no outgoing calls
no test coverage detected