| 415 | } |
| 416 | |
| 417 | bool valid(lua_State*) const noexcept { |
| 418 | return !(ref == LUA_NOREF || ref == LUA_REFNIL); |
| 419 | } |
| 420 | |
| 421 | const void* pointer(lua_State* L_) const noexcept { |
| 422 | int si = push(L_); |
nothing calls this directly
no outgoing calls
no test coverage detected