| 287 | } |
| 288 | |
| 289 | lua_State* lua_state() const noexcept { |
| 290 | return m_L; |
| 291 | } |
| 292 | |
| 293 | result_type operator()(const argument_type& lhs) const noexcept { |
| 294 | std::hash<const void*> h; |
nothing calls this directly
no outgoing calls
no test coverage detected