| 8982 | basic_reference& operator=(const proxy_base<Super>& r); |
| 8983 | |
| 8984 | int push() const noexcept { |
| 8985 | return push(lua_state()); |
| 8986 | } |
| 8987 | |
| 8988 | int push(lua_State* L) const noexcept { |
| 8989 | #if defined(SOL_SAFE_STACK_CHECK) && SOL_SAFE_STACK_CHECK |
nothing calls this directly
no test coverage detected